Skip to content

Commit 5c39a61

Browse files
authored
Update HelldiversSyncConfiguration.cs (#148)
1 parent 9d991a8 commit 5c39a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helldivers-2-Sync/Configuration/HelldiversSyncConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ public sealed class HelldiversSyncConfiguration
3434
/// <summary>
3535
/// Get the maximum number of entries returned by ArrowHead from the newsfeed API.
3636
/// </summary>
37-
public uint NewsFeedMaxEntries { get; set; } = 2048;
37+
public uint NewsFeedMaxEntries { get; set; } = 1024;
3838
}

0 commit comments

Comments
 (0)