Change self-hosted update to 75K

This commit is contained in:
Bradley Schofield 2024-08-19 18:34:52 +09:00
parent 04e7434932
commit 4e5a2f71cc

View file

@ -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()}");