Skip to content

Commit

Permalink
fix: decrease cache time for offchain (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing authored Dec 25, 2024
1 parent 7544481 commit c3b571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockscout-ens/bens-logic/src/subgraph/offchain/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub async fn offchain_resolve(
convert = r#"{
format!("{}-{}", from_user.deployed_protocol.protocol.info.slug, from_user.inner.id)
}"#,
time = 14400, // 4 * 60 * 60 seconds = 4 hours
time = 900, // 15 * 60 seconds = 15 minutes
size = 500,
sync_writes = true,
with_cached_flag = true,
Expand Down

0 comments on commit c3b571a

Please sign in to comment.