fix up startup for server/fileserver and change commands to be guild commands for the discord bot + clean up unauthorized vanity uid users

This commit is contained in:
Stanley Dimant
2022-08-25 13:07:05 +02:00
parent 2f1ef04f6a
commit 04cbc2bd64
3 changed files with 94 additions and 35 deletions

View File

@@ -40,6 +40,7 @@ public class Startup
InitialBackoff = TimeSpan.FromSeconds(1),
MaxBackoff = TimeSpan.FromSeconds(5),
BackoffMultiplier = 1.5,
RetryableStatusCodes = { Grpc.Core.StatusCode.Unavailable }
}
};