summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2015-06-12 15:04:02 +0200
committerLinus Nordberg <linus@nordu.net>2015-06-12 15:25:52 +0200
commit97ad4becdbe302f120b598fb84d1bcfcc1a17576 (patch)
treec41e3a836098fdb7ebb1ef54e4b111dd6900bb06 /NEWS.md
parent4c31a6ff8cb1abd515d1c47d2c9fc7fb1430dfcc (diff)
Allow ht:load_tree() 30 seconds to finish.
Default 5 seconds was not enough on a tree with around 5.2M entries.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index f578b3f..0bea6ed 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,6 +4,10 @@
- frontend/sendsth now verifies the content of entries received.
+## Bug fixes
+
+- Timeout for generating a tree has been increased to 30 seconds.
+
# Changes in plop 0.7.0 - 2015-04-25
## Features