Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mrDoctorWho/vk4xmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrDoctorWho <mrdoctorwho@gmail.com>2014-07-19 19:22:10 +0400
committermrDoctorWho <mrdoctorwho@gmail.com>2014-07-19 19:22:10 +0400
commit7945dafd82660db0a61a33c293094c6366cde2e1 (patch)
tree7bf7957cf053d03a1676dad95704c399cd53df56 /Config_example.txt
parent863a34ebcecd7af82c98b3bfa4d669c13d1abe41 (diff)
Test in-memory hash cache
Diffstat (limited to 'Config_example.txt')
-rw-r--r--Config_example.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config_example.txt b/Config_example.txt
index 0ccb955..04a774a 100644
--- a/Config_example.txt
+++ b/Config_example.txt
@@ -79,3 +79,7 @@ crashDir = "crash"
## Log level (logging.DEBUG, logging.ERROR, logging.CRITICAL)
LOG_LEVEL = logging.DEBUG
+
+
+## Stanza send interval (in seconds)
+STANZA_SEND_INTERVAL = 0.03125 \ No newline at end of file