We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0967ecf commit 59e0a42Copy full SHA for 59e0a42
apps/hermes/server/src/api/rest/v2/sse.rs
@@ -26,7 +26,7 @@ use {
26
};
27
28
// Constants
29
-const MAX_CONNECTION_DURATION: Duration = Duration::from_secs(10); // 24 hours
+const MAX_CONNECTION_DURATION: Duration = Duration::from_secs(24 * 60 * 60); // 24 hours
30
31
#[derive(Debug, Deserialize, IntoParams)]
32
#[into_params(parameter_in = Query)]
0 commit comments