Skip to content
Snippets Groups Projects
Commit 99a20127 authored by Stephen D's avatar Stephen D
Browse files

Changed default timeout values

parent 804d6f4a
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ class Ax26:
self.send_attempts = 5 # If this fails, connection should probably be dropped
self.recv_attempts = 5
self.send_timeout_seconds = 30
self.receive_timeout_seconds = 30 #Between chunks
self.send_timeout_seconds = 10
self.receive_timeout_seconds = 10 #Between chunks
read_thread = Thread(target=self._read_thread)#Start reader thread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment