aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Expire.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-7/+9
|
* enable object cash by default, introduce system.cache_expire_days and ↵Mario2024-01-281-2/+2
| | | | default to 7, default system.default_expire_days to 30 and system.active_expire_days to 7
* improved item_expire()Mario Vavti2023-04-141-4/+3
|
* add option to set worker sleep based on load average, remove redundand code ↵Mario2022-12-101-0/+2
| | | | and add return to some daemons
* missing includeMario2021-05-281-0/+1
|
* get devHilmar R2021-03-011-20/+21
|
* Fix process id disclouseMax Kostikov2020-04-081-4/+6
|
* Use config instead pconfigMax Kostikov2020-04-011-3/+3
|
* Use pconfigMax Kostikov2020-03-311-4/+4
|
* Use POSIX kill 0 to check expire process statusMax Kostikov2020-03-311-1/+1
|
* Check if POSIX PHP module is available on PID checkMax Kostikov2020-03-311-1/+1
|
* Add check if expire procedure is still runningMax Kostikov2020-03-311-1/+1
|
* Update Expire.phpMax Kostikov2020-03-311-5/+5
|
* Avoid multiple run of expiry procedure on large sitesMax Kostikov2020-03-311-0/+9
|
* last commented expiration setting in adminzotlabs2018-04-101-3/+4
|
* expire crashing on shared hosting from memory exhaustion. Lower the expire ↵redmatrix2016-07-061-1/+1
| | | | limit. Also the sys channel was being expired with everybody else due to a flag change regression.
* first phase of daemon refactoringredmatrix2016-05-191-0/+93