Skip to content

Commit c3cac49

Browse files
authored
Adjust timeouts for slower cameras (#30)
1 parent 10defe4 commit c3cac49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

onvif/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
_WSDL_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "wsdl")
3737

38-
_DEFAULT_TIMEOUT = 30
38+
_DEFAULT_TIMEOUT = 90
3939
_PULLPOINT_TIMEOUT = 90
4040
_CONNECT_TIMEOUT = 30
41-
_READ_TIMEOUT = 30
42-
_WRITE_TIMEOUT = 30
41+
_READ_TIMEOUT = 90
42+
_WRITE_TIMEOUT = 90
4343

4444

4545
KEEPALIVE_EXPIRY = 4

0 commit comments

Comments
 (0)