fork of indigo with slightly nicer lexgen
0
fork

Configure Feed

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

fix typo

+1 -1
+1 -1
cmd/relay/relay/crawl.go
··· 73 73 logger.Warn("failed to re-subscribe to host", "err", err) 74 74 } 75 75 // sleep for a very short period, so we don't open tons of sockets at the same time 76 - time.Sleep(1 * time.Milisecond) 76 + time.Sleep(1 * time.Millisecond) 77 77 } 78 78 return nil 79 79 }