Debounce for rolling session updates

We use authentication for all our api endpoints, which are serverless functions. Making requests to them causes rolling session to be updated more than needed in very short periods of time, so I’d like to know if there is any configuration option for auth0 package that I can use to mitigate that?

P.S. We’re using nextjs in our application and we could save a decent amount of calls to our session store, if this is resolved.