Improve second activity alignment

This commit is contained in:
emanuele-f 2019-05-13 12:32:48 +02:00
parent c95bdc7aa4
commit 849d691649
2 changed files with 8 additions and 1 deletions

View file

@ -48,3 +48,4 @@ callback_utils.foreachInterface(ifnames, interface_rrd_creation_enabled, functio
ts_utils.append("iface:dropped_flows", {ifid=ifstats.id, num_flows=ifstats.stats.flow_export_drops}, when)
end
end, true --[[ get direction stats ]])
os.execute('perl -e "select(undef,undef,undef,0.1);"')