summaryrefslogtreecommitdiff
path: root/src/hub
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-27 05:45:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-27 05:45:54 +0200
commit44012412628618c64081fc5ea6d07719439ac270 (patch)
tree2b3d52063df56f8893b5cc2c5b5eaff59b05fc4f /src/hub
parentget updates limit (diff)
disable sleep during forward
Diffstat (limited to 'src/hub')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvForward.go1
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go1
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5srvForwardPiwik.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvForward.go b/src/hub/src/spreadspace.org/sfive/s5srvForward.go
index d5fee0c..8170165 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvForward.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvForward.go
@@ -111,7 +111,6 @@ tryResync:
s5l.Printf("fwd: post OK")
lastId = findMaxId(updates)
s5l.Printf("fwd: new lastid: %d", lastId)
- time.Sleep(1 * time.Second)
}
}
}
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go b/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go
index d865dac..2144e6a 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvForwardGraphite.go
@@ -75,7 +75,6 @@ tryResync:
s5l.Printf("fwd-graphite: all metrics sent")
lastId = findMaxId(updates)
s5l.Printf("fwd-graphite: new lastid: %d", lastId)
- //time.Sleep(1 * time.Second)
}
}
}
diff --git a/src/hub/src/spreadspace.org/sfive/s5srvForwardPiwik.go b/src/hub/src/spreadspace.org/sfive/s5srvForwardPiwik.go
index 6cae87e..236a474 100644
--- a/src/hub/src/spreadspace.org/sfive/s5srvForwardPiwik.go
+++ b/src/hub/src/spreadspace.org/sfive/s5srvForwardPiwik.go
@@ -101,7 +101,6 @@ tryResync:
s5l.Printf("fwd-piwik: all posts OK")
lastId = findMaxId(updates)
s5l.Printf("fwd-piwik: new lastid: %d", lastId)
- //time.Sleep(1 * time.Second)
}
}
}