feat: landing page + logo, dev-mode banner + sync cap, non-blocking sync with progress splash
This commit is contained in:
@@ -26,6 +26,11 @@ public class GmailSyncOptions
|
||||
public int BackoffBaseMs { get; set; } = 500;
|
||||
/// <summary>Cron-like daily sync hour (UTC) for the scheduled worker.</summary>
|
||||
public int DailySyncHourUtc { get; set; } = 3;
|
||||
/// <summary>
|
||||
/// Cap on messages stored during a full sync. 0 = unlimited. In dev this is
|
||||
/// set to 1000 so the initial load pulls only the most recent emails.
|
||||
/// </summary>
|
||||
public int MaxMessages { get; set; } = 0;
|
||||
}
|
||||
|
||||
public class AiOptions
|
||||
|
||||
Reference in New Issue
Block a user