Add SQL outbox for MAX sends
This commit is contained in:
@@ -15,6 +15,7 @@ public sealed class QMaxOptions
|
||||
public string MaxUserDataPath { get; set; } = "data/max-profile";
|
||||
public bool MaxHeadless { get; set; } = true;
|
||||
public int MaxPollIntervalSeconds { get; set; } = 6;
|
||||
public int MaxOutboxPollIntervalSeconds { get; set; } = 1;
|
||||
public long MaxUploadBytes { get; set; } = 25L * 1024 * 1024;
|
||||
public string CorsAllowedOrigins { get; set; } = "";
|
||||
public string ReleasesPath { get; set; } = "data/releases";
|
||||
|
||||
Reference in New Issue
Block a user