Reduce feed page size to 10, update search placeholder
This commit is contained in:
@@ -24,7 +24,7 @@ public class FeedService {
|
||||
@Inject
|
||||
DatabaseService db;
|
||||
|
||||
public static final int PAGE_SIZE = 20;
|
||||
public static final int PAGE_SIZE = 10;
|
||||
|
||||
public List<ReleaseGroup> getAllFeedEntries() {
|
||||
var artists = artistService.findAll();
|
||||
|
||||
Reference in New Issue
Block a user