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,
|
||||
|
||||
@@ -76,10 +76,13 @@ function initNetworksActions(store, _router) {
|
||||
{
|
||||
date: {
|
||||
lessThan: $before,
|
||||
greaterThan: $after,
|
||||
greaterThan: $after
|
||||
}
|
||||
},
|
||||
{
|
||||
date: {
|
||||
isNull: true
|
||||
},
|
||||
createdAt: {
|
||||
lessThan: $beforeTime,
|
||||
greaterThan: $afterTime,
|
||||
|
||||
Reference in New Issue
Block a user