Miliseconds => Milliseconds

This commit is contained in:
NI
2019-08-13 10:46:26 +08:00
parent c6d4c78b8f
commit 8ad02ed2db

View File

@@ -160,11 +160,11 @@ Here is the options that can be used in a configuration file and what it for:
"HeartbeatTimeout": 20, "HeartbeatTimeout": 20,
// Forced delay between each request // Forced delay between each request
// (In Miliseconds) // (In Milliseconds)
"ReadDelay": 10, "ReadDelay": 10,
// Forced delay between each write // Forced delay between each write
// (In Miliseconds) // (In Milliseconds)
"WriteDelay": 10, "WriteDelay": 10,
// Path to TLS certificate file. Set empty to use HTTP // Path to TLS certificate file. Set empty to use HTTP