mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Fixed a few bugs; fixed marginals; fixed google indexing
This commit is contained in:
@@ -53,7 +53,7 @@ var app = builder.Build();
|
||||
|
||||
// // Websockets for realtime notification of changes
|
||||
app.UseWebSockets(new WebSocketOptions {
|
||||
KeepAliveInterval = TimeSpan.FromMinutes(180),
|
||||
KeepAliveInterval = TimeSpan.FromMinutes(30),
|
||||
});
|
||||
app.UseMiddleware<WebSocketMiddleware>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user