Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some light performance enhancement | Rainer Gerhards | 2009-11-12 | 1 | -0/+1 |
| | | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls. | ||||
* | bugfix: $ActionExecOnlyOnceEveryInterval did not work. | Rainer Gerhards | 2009-11-12 | 1 | -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. |