forked from DebaucheryLibrarian/traxxx
Queueing and batching media HTTP requests for improved reliability.
This commit is contained in:
@@ -16,7 +16,7 @@ import FilterBar from '../header/filter-bar.vue';
|
||||
import Releases from '../releases/releases.vue';
|
||||
|
||||
async function fetchReleases() {
|
||||
this.releases = await this.$store.dispatch('fetchReleases', { limit: 100 });
|
||||
this.releases = await this.$store.dispatch('fetchReleases', { limit: 250 });
|
||||
this.$store.commit('setCache', {
|
||||
target: 'home',
|
||||
releases: this.releases,
|
||||
|
||||
Reference in New Issue
Block a user