Explorar o código

SERVER - backlog setting

Nick-PRSDigital@bitbucket.org %!s(int64=2) %!d(string=hai) anos
pai
achega
9bc1314b08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      InABox.Server/Rest/RestListener.cs

+ 1 - 1
InABox.Server/Rest/RestListener.cs

@@ -572,7 +572,7 @@ namespace InABox.API
             host = Host.Create();
 
             host.Handler(new RestHandlerBuilder(notifier?.Port))
-                .Defaults();
+                .Defaults().Backlog(1024);
         }
     }
 }