aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/once_per_sec4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/once_per_sec b/changes/once_per_sec
new file mode 100644
index 0000000000..abab6da0cd
--- /dev/null
+++ b/changes/once_per_sec
@@ -0,0 +1,4 @@
+ o Minor features
+ - Where available, use Libevent 2.0's periodic timers so that our
+ once-per-second cleanup code gets called even more closely to
+ once per second than it would otherwise. Fix for bug 943.