This commit is contained in:
Chareice 2024-08-16 14:26:38 +08:00 committed by mytharcher
parent ce353d7ba8
commit 9e8436ce19

View File

@ -40,9 +40,7 @@ export class SortField extends Field {
const newValue = (max || 0) + 1;
instance.set(name, newValue);
},
{
ttl: 2000,
},
2000,
);
};