Files
neon/pageserver/src
Christian Schwarz 764d27f696 fix checkpoint_timeout serialization in TenantConf
Without this change, when actually setting this conf opt, the tenant
would become Broken next time we load it.
Why?
The serde_toml representation that persist_tenant_conf would write out
would be a TOML inline table of `secs` and `nsecs`.
But our hand-rolled TenantConf parser expects a TOML string.

I checked that all other `Duration` values in TenantConfOpt
use the humantime serialization.

Issues like this would likely be systematically prevent by
https://github.com/neondatabase/neon/issues/3682
2023-03-03 12:10:24 +01:00
..
2023-02-24 23:30:02 +04:00
2023-02-09 13:33:55 +01:00
2023-01-25 14:53:30 +01:00
2023-01-25 14:53:30 +01:00
2023-01-27 12:23:17 +01:00
2023-01-25 14:53:30 +01:00
2023-02-09 13:33:55 +01:00
2022-11-10 16:43:04 -05:00
2023-02-24 23:30:02 +04:00
2022-12-21 19:16:39 +01:00