fixed .shardstats and shard will now auto-restart after crashing or getting disconnected for more than 15 seconds
This commit is contained in:
@ -115,7 +115,7 @@ namespace NadekoBot
|
||||
var msg = JsonConvert.SerializeObject(data);
|
||||
|
||||
await sub.PublishAsync(Credentials.RedisKey() + "_shardcoord_send", msg).ConfigureAwait(false);
|
||||
await Task.Delay(5000);
|
||||
await Task.Delay(7500);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user