Commit 4dfad101 authored by Pavel Vainerman's avatar Pavel Vainerman

(MBExchange): исправил опечатку

parent 4b847289
......@@ -32,3 +32,4 @@ Version 2.0
- сделать ли ObjectId short?
- "продумать" функцию key()... может наложить ограничение на диапазон id..
- smonit запись значений в файл
......@@ -78,7 +78,7 @@ pollActivated(false)
initPause = conf->getArgPInt("--" + prefix + "-initPause",it.getProp("initPause"), 3000);
sleepPause_usec = conf->getArgPInt("--" + prefix + "-sleepPause-usec",it.getProp("slepePause"), 100);
sleepPause_usec = conf->getArgPInt("--" + prefix + "-sleepPause-usec",it.getProp("sleepPause"), 100);
force = conf->getArgInt("--" + prefix + "-force",it.getProp("force"));
force_out = conf->getArgInt("--" + prefix + "-force-out",it.getProp("force_out"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment