mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
🎨 Automatic purge for local data repo https://github.com/siyuan-note/siyuan/issues/13091
This commit is contained in:
parent
93b687a407
commit
6a442ad85d
23 changed files with 259 additions and 15 deletions
10
app/src/types/config.d.ts
vendored
10
app/src/types/config.d.ts
vendored
|
|
@ -1110,10 +1110,18 @@ declare namespace Config {
|
|||
*/
|
||||
key: string;
|
||||
/**
|
||||
* Synchronous index timing, if it exceeds this time, the user is prompted that the index
|
||||
* Sync index timing, if it exceeds this time, the user is prompted that the index
|
||||
* performance is degraded (unit: milliseconds)
|
||||
*/
|
||||
syncIndexTiming: number;
|
||||
/**
|
||||
* Automatic purge for local data repo index retention days
|
||||
*/
|
||||
indexRetentionDays: number;
|
||||
/**
|
||||
* Automatic purge for local data repo indexes retention daily
|
||||
*/
|
||||
retentionIndexesDaily: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue