Skip to content

Commit

Permalink
chore: lower template time (4:45 -> 4:30)
Browse files Browse the repository at this point in the history
Should give a little more time for wrapup (PFOCR aug, callback in the
case of heavy responses, etc)
  • Loading branch information
tokebe committed Oct 22, 2024
1 parent c436863 commit 9eabfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inferred_mode/inferred_mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class InferredQueryHandler {
this.CREATIVE_LIMIT = process.env.CREATIVE_LIMIT ? parseInt(process.env.CREATIVE_LIMIT) : 500;
this.CREATIVE_TIMEOUT = process.env.CREATIVE_TIMEOUT_S
? parseInt(process.env.CREATIVE_TIMEOUT) * 1000
: 4.75 * 60 * 1000;
: 4.50 * 60 * 1000;
}

get queryIsValid(): boolean {
Expand Down

0 comments on commit 9eabfa1

Please sign in to comment.