From 6d35690cbb25b63065285f9d76799052293a8297 Mon Sep 17 00:00:00 2001 From: Ole R Date: Sat, 20 Feb 2016 19:52:26 +0100 Subject: [PATCH] Prevent breaking eventLoopLagThreshold value [This problem](https://community.nodebb.org/topic/7955/and-once-again-all-my-data-has-gone/4) occurs when you put a value less than `10`. --- src/views/admin/settings/advanced.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/admin/settings/advanced.tpl b/src/views/admin/settings/advanced.tpl index a1a01e93cd..3fd617cf83 100644 --- a/src/views/admin/settings/advanced.tpl +++ b/src/views/admin/settings/advanced.tpl @@ -85,7 +85,7 @@
- +

Lowering this value decreases wait times for page loads, but will also show the "excessive load" message to more users. (Reload required) @@ -103,4 +103,4 @@

- \ No newline at end of file +