router icon indicating copy to clipboard operation
router copied to clipboard

Caching: raise the default Redis timeout

Open Geal opened this issue 1 year ago • 0 comments

It is set to 2ms right now, which is far too low for some users. https://github.com/apollographql/router/blob/dev/apollo-router/src/cache/redis.rs#L165

They can modify it themselves, but it tends to trip them up. We should set a larger timeout, and let users who want tighter deadlines configure it instead

Geal avatar Mar 05 '24 08:03 Geal