mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:10:12 +00:00
Adding force to update routine
- Introduced Cache::NEVER Lock (never expiring lock) - Force flag for dbstructure update - Moving the business logic to central place in Update class
This commit is contained in:
parent
f2ec963b95
commit
270e817954
9 changed files with 141 additions and 104 deletions
|
@ -19,6 +19,7 @@ class Cache extends \Friendica\BaseObject
|
|||
const QUARTER_HOUR = 900;
|
||||
const FIVE_MINUTES = 300;
|
||||
const MINUTE = 60;
|
||||
const NEVER = 0;
|
||||
|
||||
/**
|
||||
* @var Cache\ICacheDriver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue