I am working with Fast Endpoints which provide in all REST Apis the general Cancellation Token.
98% to 99% of my calls are small querys e.g. get a user, create a user etc.
Is it worth to pass the CT down to EF Core (which nativly suppports that) should I ignore the CT comming from the API Calls and just use it in the 1% of slower quieres?