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:
@@ -56,6 +56,7 @@ namespace MareSynchronosServer
|
||||
InitialBackoff = TimeSpan.FromSeconds(1),
|
||||
MaxBackoff = TimeSpan.FromSeconds(5),
|
||||
BackoffMultiplier = 1.5,
|
||||
RetryableStatusCodes = { Grpc.Core.StatusCode.Unavailable }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user