Skip to content

Commit

Permalink
Update expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Sep 12, 2024
1 parent 92f503e commit 99d7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v3/payouts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ pub async fn platform_revenue(
};

redis
.set_serialized_to_json(PLATFORM_REVENUE_NAMESPACE, 0, &res, None)
.set_serialized_to_json(PLATFORM_REVENUE_NAMESPACE, 0, &res, Some(60 * 60))
.await?;

Ok(HttpResponse::Ok().json(res))
Expand Down

0 comments on commit 99d7efb

Please sign in to comment.