You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was setting up a development environment and ran into
play.api.UnexpectedException: Unexpected exception[TimeoutException: Future timed out after [5 seconds]]
Although the onboarding suggests it's an issue with the websocket connection, it was actually an issue with the MongoDB connection timeout being manually set to 5 seconds
I changed the line to 60 seconds and lila worked fine.
[info] db.main - MongoDB connected to lichess in 5627.00 ms
Is there a workaround for this besides manually changing the code? Is it possible that this could be added into base.config? Or added to the onboarding?
I was setting up a development environment and ran into
Although the onboarding suggests it's an issue with the websocket connection, it was actually an issue with the MongoDB connection timeout being manually set to 5 seconds
I changed the line to 60 seconds and lila worked fine.
Is there a workaround for this besides manually changing the code? Is it possible that this could be added into
base.config
? Or added to the onboarding?Environment
MacBook Pro 2015
macOS 10.14.6 (18G5033)
8 GB RAM
2.7 GHz Intel Core i5
[email protected]
,sbt
, andredis
installed withbrew
(Homebrew 2.2.17) and started usingbrew services
.The text was updated successfully, but these errors were encountered: