Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(warp): cache every interaction by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Jan 4, 2024
1 parent a7b39ac commit 6198b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ export const DEFAULT_STATE_EVALUATION_TIMEOUT_MS = process.env
export const allowedContractTypes = ['ant'] as const;
export const DEFAULT_EVALUATION_OPTIONS: Partial<EvaluationOptions> = {
maxInteractionEvaluationTimeSeconds: 3600, // one hour
updateCacheForEachInteraction: true,
};

0 comments on commit 6198b5b

Please sign in to comment.