decrease heartbeats sent per bulk request to 25

This commit is contained in:
Alan Hamlett 2018-12-04 20:59:16 -08:00
parent 77dd5c6a24
commit 1d2318a937
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@ DEFAULT_SYNC_OFFLINE_ACTIVITY = 100
Even when sending more heartbeats, this is the number of heartbeats sent per
individual https request to the WakaTime API.
"""
HEARTBEATS_PER_REQUEST = 50
HEARTBEATS_PER_REQUEST = 25