Add SQL outbox for MAX sends

This commit is contained in:
sevenhill
2026-07-05 13:47:07 +03:00
parent 5d33320e3d
commit 6dd5c7c6fb
8 changed files with 462 additions and 123 deletions
@@ -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";