Kay Khan
09/12/2022, 2:16 PMError occurred during query execution:\nConnectorError(ConnectorError { user_facing_error: None, kind: RawDatabaseError { code: \"unknown\", message: \"Operation timed out (os error 110)\" } })
The mongodb official docs make mention of a socketTimeoutMS
https://www.mongodb.com/docs/v5.0/reference/connection-string/#mongodb-urioption-urioption.socketTimeoutMS but they say the default is to never timeout although it might vary depending on the driver. So im wondering if the underlining driver which prisma uses has this value set and if its possible to change.Kay Khan
09/12/2022, 3:01 PMBroken pipe (os error 32)
seems like some timeout issueJoshua Ohlman
09/12/2022, 3:07 PMKay Khan
09/12/2022, 3:18 PMKay Khan
09/12/2022, 3:39 PMKay Khan
09/12/2022, 3:40 PMKay Khan
09/12/2022, 3:51 PMKay Khan
09/12/2022, 3:52 PMKay Khan
09/12/2022, 3:53 PM