mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	change: increased delay to 3k on leaveunkeptservers
This commit is contained in:
		@@ -65,7 +65,7 @@ public partial class Administration
 | 
			
		||||
            for (var shardId = startShardId; shardId < _creds.GetCreds().TotalShards; shardId++)
 | 
			
		||||
            {
 | 
			
		||||
                await _svc.StartLeavingUnkeptServers(shardId);
 | 
			
		||||
                await Task.Delay(2500 * 1000);
 | 
			
		||||
                await Task.Delay(3000 * 1000);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            await ctx.OkAsync();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user