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:
parent
4f44bf14b2
commit
9727c3c4a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue