When to restart the API service?

Nov 2, 2023 at 10:25:50 PM

Store or the API manager can hold a var like needsToRestart = false.

Each time there is a change, set it to true. Then after restart, set it back to false.