mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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;
|
const newValue = (max || 0) + 1;
|
||||||
instance.set(name, newValue);
|
instance.set(name, newValue);
|
||||||
},
|
},
|
||||||
{
|
2000,
|
||||||
ttl: 2000,
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user