mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
require server mode on indexer
This commit is contained in:
@@ -377,7 +377,7 @@ pub async fn run_server(
|
||||
Router::new()
|
||||
};
|
||||
|
||||
if !*CLOUD_HOSTED {
|
||||
if !*CLOUD_HOSTED && server_mode {
|
||||
#[cfg(feature = "websocket")]
|
||||
{
|
||||
let ws_killpill_rx = rx.resubscribe();
|
||||
|
||||
Reference in New Issue
Block a user