this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

increase server start timeout

pomdtr 1e68754f d6f89869

+1 -1
+1 -1
worker/worker.go
··· 212 212 if !ready { 213 213 return fmt.Errorf("server did not start correctly") 214 214 } 215 - case <-time.After(5 * time.Second): 215 + case <-time.After(30 * time.Second): 216 216 return fmt.Errorf("server start timed out") 217 217 } 218 218