Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Relaxed timeout for Zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 15, 2017
1 parent 23606d5 commit cf95c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_server/library/pivumeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def finish(self):
self.server.output_device.queue(0, 0)

def handle(self):
self.request.settimeout(0.5)
self.request.settimeout(10)
#self.request.setblocking(False)

while self.server.running:
Expand Down

0 comments on commit cf95c8b

Please sign in to comment.