Hot reload of pagesize property #1095
Unanswered
subucitrix
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Might try to derive from 'EnableQueryAttribute' and override |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using AspNet.OData v7.7 for one of our production services which handles sizeable volume of traffic.
We have enabled server side paging using the EnableQueryAttribute.PageSize with a default value of 100 and it works as expected. We are also able to change the default value by changing a config file and bouncing the server.
What we want to understand is will it be possible to hot reload the config value without a server restart? The reason behind this is that we have production traffic on the server at any time and don’t want to cause disruption to it with restarts.
Request your kind guidance. If it’s doable can you please share some snippet or example that we can refer?
Beta Was this translation helpful? Give feedback.
All reactions