summaryrefslogtreecommitdiffstats
path: root/src/rrdpush.c
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-21 13:20:36 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-22 00:53:45 +0300
commit85d1d833ba2f352cb3aaf0a62e639bfcda8db553 (patch)
tree2597d77b0aa0fb432955be6f98fda937b140aa68 /src/rrdpush.c
parentd04793634794ca2909f25f652c5b7c44cb068dad (diff)
detect database is too far behind and other minor timing improvements
Diffstat (limited to 'src/rrdpush.c')
-rw-r--r--src/rrdpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rrdpush.c b/src/rrdpush.c
index 72e6d8a737..46e2deb29e 100644
--- a/src/rrdpush.c
+++ b/src/rrdpush.c
@@ -57,7 +57,7 @@ int rrdpush_init() {
// to its current clock, we send for this many
// iterations a BEGIN line without microseconds
// this is for the first iterations of each chart
-static unsigned int remote_clock_resync_iterations = 60;
+unsigned int remote_clock_resync_iterations = 60;
#define rrdpush_lock(host) netdata_mutex_lock(&((host)->rrdpush_mutex))
#define rrdpush_unlock(host) netdata_mutex_unlock(&((host)->rrdpush_mutex))