From 0c12aedbae0d67f5a2a1c7c83a306f39cb22f305 Mon Sep 17 00:00:00 2001 From: NI Date: Wed, 14 Aug 2019 12:14:07 +0800 Subject: [PATCH] Increase connection history record to 64 max. --- ui/home_historyctl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/home_historyctl.js b/ui/home_historyctl.js index 12962d1..b9cf4ba 100644 --- a/ui/home_historyctl.js +++ b/ui/home_historyctl.js @@ -17,6 +17,6 @@ export function build(ctx) { alert("Unable to save remote history due to error: " + e); } }, - 32 + 64 ); }