From 10631e2de64a2e473bc7956db7b57dfcde07f841 Mon Sep 17 00:00:00 2001 From: Paul Wells Date: Wed, 25 Sep 2024 19:08:17 -0700 Subject: [PATCH] enable room creator service by default (#3043) --- pkg/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/config/config.go b/pkg/config/config.go index 9bb5a73c2..8225d50ac 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -546,6 +546,7 @@ var DefaultConfig = Config{ }, EmptyTimeout: 5 * 60, DepartureTimeout: 20, + CreateRoomEnabled: true, CreateRoomTimeout: 10 * time.Second, CreateRoomAttempts: 3, },