Skip to content

Commit 2d0225b

Browse files
committed
Reduce number of retries per request from 10 to 5
1 parent 333841d commit 2d0225b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_znp/zigbee/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
DEVICE_JOIN_MAX_DELAY = 2 # seconds
4949
NETWORK_COMMISSIONING_TIMEOUT = 30 # seconds
5050

51-
REQUEST_MAX_RETRIES = 10
51+
REQUEST_MAX_RETRIES = 5
5252
REQUEST_ERROR_RETRY_DELAY = 0.5 # second
5353

5454
# Errors that go away on their own after waiting for a bit

0 commit comments

Comments
 (0)