Skip to content

Commit 0e3b38f

Browse files
author
Elpedio Adoptante Jr
committed
set post interval to 30 secs
1 parent 814b8d1 commit 0e3b38f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stackify/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""
22
Stackify Python API
33
"""
4-
__all__ = ("VERSION")
54
__version__ = '0.0.1'
65

76
import logging

stackify/constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
API_URL = 'https://api.stackify.com'
55
IDENTIFY_URL = '/Metrics/IdentifyApp'
66
LOG_SAVE_URL = '/Log/Save'
7-
API_REQUEST_INTERVAL_IN_SEC = 5
7+
API_REQUEST_INTERVAL_IN_SEC = 30
88

9-
MIN_BATCH = 10
109
MAX_BATCH = 100
1110
QUEUE_SIZE = 1000
1211
READ_TIMEOUT = 5000

0 commit comments

Comments
 (0)