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:
authorJohn Smith <mrdoctorwho@helldev.net>2019-01-12 17:28:12 +0300
committerJohn Smith <mrdoctorwho@helldev.net>2019-01-12 17:28:12 +0300
commit9a777318e459f213f1df9dcc83549de7cf109327 (patch)
tree8bd5776120429df83189e201b4b96fc542072338
parentc1671a3e0ce966f414d2528427e963b22f47e71b (diff)
add missing constant
-rw-r--r--library/vkapi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/vkapi.py b/library/vkapi.py
index 2f5d007..b7860ef 100644
--- a/library/vkapi.py
+++ b/library/vkapi.py
@@ -44,6 +44,8 @@ ERRORS = (httplib.BadStatusLine,
socket.error,
ssl.SSLError)
+METHOD_THROUGHPUT = 3.0
+
# Trying to use faster library usjon instead of simplejson
try:
import ujson as json