Files
California Sullivan e20e572fad telemprobd,telempostd: greatly reduce timeouts
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>
2019-01-20 21:21:50 -08:00
..
2016-07-01 20:16:54 +00:00
2016-07-01 20:16:54 +00:00
2018-09-06 09:57:01 -07:00
2018-12-21 11:16:53 -07:00

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.