forked from DebaucheryLibrarian/traxxx
Reduced media concurrency to assess effect on memory. Moved qu context removal to deep scrape runner. Updated movie graphql queries.
This commit is contained in:
@@ -178,7 +178,7 @@ function initReleasesActions(store, router) {
|
||||
isS3
|
||||
}
|
||||
}
|
||||
poster: moviesPosterByMovieId {
|
||||
poster: moviesPoster {
|
||||
media {
|
||||
id
|
||||
path
|
||||
@@ -204,7 +204,7 @@ function initReleasesActions(store, router) {
|
||||
isS3
|
||||
}
|
||||
}
|
||||
trailer: moviesTrailerByMovieId {
|
||||
trailer: moviesTrailer {
|
||||
media {
|
||||
id
|
||||
path
|
||||
|
||||
Reference in New Issue
Block a user