API to change the max_workers value in loop's default executor

Hey,

Is there a way to replace the default executor in an existing event loop so I can set the max_workers to my desirable number?
I can shutdown the existing one, and set another one but this wouldn’t work since after shutdown we can no longer call run_in_executor.