Open wesbillman opened 5 hours ago
We recently hooked up get/set of config values from the console. They seem to happen almost instantly.
However, when doing the same from CLI there's a noticeable delay in each command.
ftl config set --inline echo.default "coolnewvalue"
If this is in the ftl repo itself it's because the ftl command triggers a rebuild. The slowness is the build.
We recently hooked up get/set of config values from the console. They seem to happen almost instantly.
However, when doing the same from CLI there's a noticeable delay in each command.