From 604d2648e87314d7b943563d58d2a4203b2304a2 Mon Sep 17 00:00:00 2001 From: Wannes Gennar Date: Fri, 25 Jul 2025 20:18:36 +0200 Subject: [PATCH] Update HelldiversSyncConfiguration.cs --- .../Configuration/HelldiversSyncConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs b/src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs index 3221927..d82dc62 100644 --- a/src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs +++ b/src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs @@ -34,5 +34,5 @@ public sealed class HelldiversSyncConfiguration /// /// Get the maximum number of entries returned by ArrowHead from the newsfeed API. /// - public uint NewsFeedMaxEntries { get; set; } = 2048; + public uint NewsFeedMaxEntries { get; set; } = 1024; }