diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-17 12:22:23 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-06-05 15:02:48 +0200 |
commit | 4f183a0dd8dcaed97ff704e698fdbe57c6b6b2d2 (patch) | |
tree | 37c57dfdc6a303e435d5b3e1eed1672e3fe4af4c /recipes-sota/config/files | |
parent | 77fdc15e137b7fe311cc7876bdff1b4da693e724 (diff) | |
download | meta-updater-4f183a0dd8dcaed97ff704e698fdbe57c6b6b2d2.tar.gz |
aktualizr-polling-interval: new config fragment.
Can be used for testing purposes after we increase the default polling
interval in aktualizr. We no longer recommend anything less than an hour
for production use cases, but it's still convenient to poll more
frequently while testing.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-sota/config/files')
-rw-r--r-- | recipes-sota/config/files/60-polling-interval.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-sota/config/files/60-polling-interval.toml b/recipes-sota/config/files/60-polling-interval.toml new file mode 100644 index 0000000..7d25d05 --- /dev/null +++ b/recipes-sota/config/files/60-polling-interval.toml | |||
@@ -0,0 +1,2 @@ | |||
1 | [uptane] | ||
2 | polling_sec = @POLLING_SEC@ | ||