Commit 1d9a24f
Reset config state on remote Configs (#554)
Summary:
Pull Request resolved: #554
On demand configs will have options that need to be set from scratch. the Config has logic to set default options etc.
We need to reset the entire state so on-demand configs get parsed correctly.
This was causing a bug where if PROFILE_START_TIME is not present, instead of setting default, the 2nd Config onwards would get stale start times.
Reviewed By: chaekit
Differential Revision: D34661638
fbshipit-source-id: 767adf92120a72b11d90ede2a2f22cf2796e555e1 parent d0330b1 commit 1d9a24f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
0 commit comments