mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-09-06 21:51:32 +00:00
We don't need to stay resident for a static two hours. Instead, exit cleanly after five minutes idle. This also involves reducing the default and maximum values of spool_process_time, as it was previously set to 30 minutes. telempostd required several changes with timers, whereas telemprobd only required changing the values of spool_process_time and TM_DAEMON_EXIT_TIME, and refreshing the timeout when handling a client. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Notes on manual pages
The manual pages are generated using rst2man.py. To recreate them,
run make manpages in the toplevel folder. If you want to edit
the documentation for upstream changes, make sure to edit the *.rst
files and not the shipped nroff output files.
Generating HTML documentation
At toplevel, run 'doxygen docs/Doxyfile'. The documentation is generated in the docs/html/ directory.