1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

decreased interval of stats output

git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@201 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
Steffen Vogel 2014-09-04 13:30:36 +00:00
parent 4f44bf14b2
commit 9727c3c4a5

View file

@ -203,7 +203,7 @@ int main(int argc, char *argv[])
info("---------------------------------------------------------------------------");
while (1) {
sleep(5);
sleep(1);
path_stats(p);
p = (p->next) ? p->next : paths;