processes: Reduce procstat entry 'age' limit
authorPavel Rochnyack <pavel2000@ngs.ru>
Wed, 19 Dec 2018 13:44:25 +0000 (20:44 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Wed, 19 Dec 2018 13:44:25 +0000 (20:44 +0700)
commit471b37345751027b75366f28a17ef993fdae9b33
treebd6bf2c0945cb2c6a9dac47fd6422a97a5738f7e
parentc5e7240d111bacb9c398c44a5f9825782970e59d
processes: Reduce procstat entry 'age' limit

The 'age' value can grow only when process terminated.

There is no sence to wait 10 read cycles for process rebirth.

Theoretically, this reduces probability for process data takeover by
another process with same pid.

Issue: #3026
src/processes.c