Increase connection history record to 64 max.

This commit is contained in:
NI
2019-08-14 12:14:07 +08:00
parent 6ddcb00b24
commit 0c12aedbae

View File

@@ -17,6 +17,6 @@ export function build(ctx) {
alert("Unable to save remote history due to error: " + e); alert("Unable to save remote history due to error: " + e);
} }
}, },
32 64
); );
} }