Skip to content

Commit

Permalink
Increased redis TTL on map region data
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Mar 31, 2023
1 parent 1329a86 commit 791127a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class RestCensusContinentPolyfillController {
key,
// eslint-disable-next-line @typescript-eslint/no-require-imports,@typescript-eslint/no-var-requires
JSON.parse(this.readFile(path.resolve(__dirname, `../../../data/ps2alerts-constants/maps/regions-${zone}-${version}.json`))),
1200);
3600);
}

readFile(filePath: string): string {
Expand Down

0 comments on commit 791127a

Please sign in to comment.