Vincent Courcelle

Results 3 issues of Vincent Courcelle

In default config.json file: ``` { "name": "KickAssTorrents", "url": "https://kickass.so/hourlydump.txt.gz", "frequency": 3600 } ``` Correct address is: `https://kickass.to/hourlydump.txt.gz`

Enable MongoDB port/login/password/etc. to be configured in config.json so it's possible to use an external service like https://www.compose.io or host the MongoDB database on another server (auth is a must...

**Describe the bug** Prometheus ETA metrics are always 0. They seem to be correctly set at https://github.com/ava-labs/avalanchego/blob/master/snow/engine/common/queue/jobs.go#L188 but are then immediatly set back to 0 at https://github.com/ava-labs/avalanchego/blob/master/snow/engine/common/queue/jobs.go#L204 **To Reproduce** Run...

bug