Sync Function not updated when doing a PUT on _config endpoint (walrus)

If the sync gateway service is started using a physical JSON config file that points to “walrus:”, and then you update the config (and sync function) by doing a PUT against http:///db/_config, the new config is not respected in subsequent requests.

However, if you do a GET against the same endpoint, the updated configuration is returned… it just doesn’t seem to be used.

Is this the intended behavior when using walrus?

Disregard. Same problem as I reported before.

Needed to issue _offline, then _online.