Removing signer connection limit (#1396)

This commit is contained in:
Tomasz Drwięga 2016-06-22 19:52:18 +02:00 committed by Gav Wood
parent f947a9cb71
commit d53306382d

View File

@ -93,7 +93,6 @@ impl Server {
let config = {
let mut config = ws::Settings::default();
// It's also used for handling min-sysui requests (browser can make many of them in paralel)
config.max_connections = 15;
config.method_strict = true;
// Was shutting down server when suspending on linux:
config.shutdown_on_interrupt = false;