mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Change self-hosted update to 75K
This commit is contained in:
parent
04e7434932
commit
4e5a2f71cc
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class V21 extends Migration
|
|||
$bucketId = 'bucket_' . $bucket['$internalId'];
|
||||
|
||||
try {
|
||||
$this->projectDB->updateAttribute($bucketId, 'metadata', size: 65000);
|
||||
$this->projectDB->updateAttribute($bucketId, 'metadata', size: 75000);
|
||||
$this->projectDB->purgeCachedCollection($bucketId);
|
||||
} catch (\Throwable $th) {
|
||||
Console::warning("'bucketId' from {$bucketId}: {$th->getMessage()}");
|
||||
|
|
|
|||
Loading…
Reference in a new issue