mirror of
https://gh.wpcy.net/https://github.com/fairpm/aspirecloud.git
synced 2026-06-20 02:22:28 +08:00
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
/* Number of increments before syncing to DB. */
|
|
'write_to_db_every' => 100,
|
|
];
|