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; }