From 1d2318a937eb7e267ee7b14f5dc5770b8a4e9465 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 4 Dec 2018 20:59:16 -0800 Subject: [PATCH] decrease heartbeats sent per bulk request to 25 --- wakatime/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wakatime/constants.py b/wakatime/constants.py index 070a8f9..678e5dd 100644 --- a/wakatime/constants.py +++ b/wakatime/constants.py @@ -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