···3434 // PublicFeedCacheSize is the number of items to cache in the server
3535 PublicFeedCacheSize = 20
3636 // PublicFeedLimit is the number of items to show for unauthenticated users
3737- PublicFeedLimit = 5
3737+ PublicFeedLimit = 10
3838 // Number of feed items to show for authenticated users.
3939 FeedLimit = 20
4040)