Skip to content

Commit

Permalink
Attempt to describe refresh interval val without architecture details
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Jun 7, 2024
1 parent bcbcf69 commit 5a5b366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ All config options can be overruled by environment variables. Prefix them with
options. It is also possible to override logging by setting "HOWITZ_LOGGING" to
a string of a Python dict but we do not recommend it, use a config file instead.

The refresh interval value specifies the frequency with which Howitz checks the Zino server for updates on events in the table. This value can be modified by adding, for example, ``refresh_interval = 10`` to
The refresh interval value specifies the frequency with which events are checked for updates, i.e., are synchronized. This value can be modified by adding, for example, ``refresh_interval = 10`` to
the ``[howitz]``-section, or by setting the environment variable ``HOWITZ_REFRESH_INTERVAL`` to a new value.
Refresh interval values are in seconds and must be integers. The default value is ``5`` seconds.

Expand Down

0 comments on commit 5a5b366

Please sign in to comment.