Update to 65534

This commit is contained in:
Bradley Schofield 2024-08-19 18:43:50 +09:00
parent 4e5a2f71cc
commit e37c79cf3c

View file

@ -195,7 +195,7 @@ class V21 extends Migration
$bucketId = 'bucket_' . $bucket['$internalId'];
try {
$this->projectDB->updateAttribute($bucketId, 'metadata', size: 75000);
$this->projectDB->updateAttribute($bucketId, 'metadata', size: 65534);
$this->projectDB->purgeCachedCollection($bucketId);
} catch (\Throwable $th) {
Console::warning("'bucketId' from {$bucketId}: {$th->getMessage()}");