summaryrefslogtreecommitdiff
path: root/rpc
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-20 19:21:07 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-20 19:21:07 +0200
commitd6e7b1e32b9395ae8699461ba7c58059e5712d49 (patch)
tree9659ff6cc5082d89a6c5808e42b659a7bfd48db6 /rpc
parent0691bca6d1f59a61ac30938363e437da034e9c47 (diff)
sick its working
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')