Platform configuration options for the input area.
Field | Type | Description | Default |
---|---|---|---|
utc_start_at_startup_when_invalid_rtc |
bool |
If set, the UTC clock will be started if we attempt to read the RTC, but the reading of the RTC is known invalid. | |
time_source_endpoint_url |
string |
If set, the device's real time clock is only ever read from, but not written to. | https://clients3.google.com/generate_204 |
serve_test_protocols |
bool |
If set, Timekeeper will serve test-only protocols from the library `fuchsia.time.test`. | |
first_sampling_delay_sec |
int64 |
The time to wait before sampling the time source for the first time, expressed in seconds. | 0 |
back_off_time_between_pull_samples_sec |
int64 |
The time to wait until retrying to sample the pull time source, expressed in seconds. | 300 |