decrease heartbeats sent per bulk request to 25
This commit is contained in:
parent
77dd5c6a24
commit
1d2318a937
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ DEFAULT_SYNC_OFFLINE_ACTIVITY = 100
|
||||||
Even when sending more heartbeats, this is the number of heartbeats sent per
|
Even when sending more heartbeats, this is the number of heartbeats sent per
|
||||||
individual https request to the WakaTime API.
|
individual https request to the WakaTime API.
|
||||||
"""
|
"""
|
||||||
HEARTBEATS_PER_REQUEST = 50
|
HEARTBEATS_PER_REQUEST = 25
|
||||||
|
|
Loading…
Reference in a new issue