Skip to content

Commit

Permalink
Fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Mar 25, 2024
1 parent 3a85728 commit d678a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Refresh.GameServer/Configuration/GameServerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ protected override void Migrate(int oldVer, dynamic oldConfig) {}
public string WebExternalUrl { get; set; } = "https://refresh.example.com";
public bool AllowInvalidTextureGuids { get; set; } = false;
public bool BlockAssetUploads { get; set; } = false;
/// <summary>
/// The amount of data the user is allowed to upload before all resource uploads get blocked, defaults to 100mb.
/// </summary>
public int UserFilesizeQuota { get; set; } = 100 * 1_048_576;
}

0 comments on commit d678a94

Please sign in to comment.