mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: ttl
This commit is contained in:
parent
ce353d7ba8
commit
9e8436ce19
@ -40,9 +40,7 @@ export class SortField extends Field {
|
||||
const newValue = (max || 0) + 1;
|
||||
instance.set(name, newValue);
|
||||
},
|
||||
{
|
||||
ttl: 2000,
|
||||
},
|
||||
2000,
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user