Skip to content

Commit fe43a08

Browse files
authored
Update logclient.py
1 parent db570db commit fe43a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aliyun/log/logclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def lz_compresss(data):
6868
MAX_LIST_PAGING_SIZE = 500
6969
MAX_GET_LOG_PAGING_SIZE = 100
7070

71-
DEFAULT_QUERY_RETRY_COUNT = 1000000000
71+
DEFAULT_QUERY_RETRY_COUNT = 1000000
7272
DEFAULT_QUERY_RETRY_INTERVAL = 0.2
7373

7474

0 commit comments

Comments
 (0)