enable room creator service by default (#3043)

This commit is contained in:
Paul Wells
2024-09-25 19:08:17 -07:00
committed by GitHub
parent 096157e706
commit 10631e2de6
+1
View File
@@ -546,6 +546,7 @@ var DefaultConfig = Config{
},
EmptyTimeout: 5 * 60,
DepartureTimeout: 20,
CreateRoomEnabled: true,
CreateRoomTimeout: 10 * time.Second,
CreateRoomAttempts: 3,
},