We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d991a8 commit 5c39a61Copy full SHA for 5c39a61
src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs
@@ -34,5 +34,5 @@ public sealed class HelldiversSyncConfiguration
34
/// <summary>
35
/// Get the maximum number of entries returned by ArrowHead from the newsfeed API.
36
/// </summary>
37
- public uint NewsFeedMaxEntries { get; set; } = 2048;
+ public uint NewsFeedMaxEntries { get; set; } = 1024;
38
}
0 commit comments