summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'rpc')
-rw-r--r--rpc/rpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/rpc.py b/rpc/rpc.py
index a375302..957a049 100644
--- a/rpc/rpc.py
+++ b/rpc/rpc.py
@@ -47,7 +47,7 @@ class CortexRPC(object):
self.fetching = True
for f in onlyfiles:
- gevent.sleep(1/30)
+ gevent.sleep(1/10)
output = BytesIO()
im = Image.open(os.path.join(path, f))
# im = im.convert('RGB')