mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17:22 +01:00
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:
parent
2f1ef04f6a
commit
04cbc2bd64
3 changed files with 94 additions and 35 deletions
|
|
@ -40,6 +40,7 @@ public class Startup
|
|||
InitialBackoff = TimeSpan.FromSeconds(1),
|
||||
MaxBackoff = TimeSpan.FromSeconds(5),
|
||||
BackoffMultiplier = 1.5,
|
||||
RetryableStatusCodes = { Grpc.Core.StatusCode.Unavailable }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue