forked from ZwiiCMS-Team/ZwiiCampus
1.7.09 Formatage
This commit is contained in:
parent
7544bb9862
commit
ae1f15e8b8
@ -18,9 +18,9 @@ class JsonDb extends \Prowebcraft\Dot
|
|||||||
protected $db = '';
|
protected $db = '';
|
||||||
protected $data = null;
|
protected $data = null;
|
||||||
protected $config = [];
|
protected $config = [];
|
||||||
// Tentative d'encodage après échec
|
// Tentative d'encodage après échec
|
||||||
const MAX_JSON_ENCODE_ATTEMPTS = 5;
|
const MAX_JSON_ENCODE_ATTEMPTS = 5;
|
||||||
// Tentative d'écriture après échec
|
// Tentative d'écriture après échec
|
||||||
const MAX_FILE_WRITE_ATTEMPTS = 5;
|
const MAX_FILE_WRITE_ATTEMPTS = 5;
|
||||||
// Délais entre deux tentaives
|
// Délais entre deux tentaives
|
||||||
const RETRY_DELAY_SECONDS = 1;
|
const RETRY_DELAY_SECONDS = 1;
|
||||||
@ -197,8 +197,4 @@ class JsonDb extends \Prowebcraft\Dot
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user