summaryrefslogtreecommitdiffstats
path: root/tests/execonlyonce.sh
Commit message (Collapse)AuthorAgeFilesLines
* some light performance enhancementRainer Gerhards2009-11-121-0/+1
| | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
* bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+28
This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.