mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
⚡ Improve outline panel loading performance https://github.com/siyuan-note/siyuan/issues/12981
This commit is contained in:
parent
37fa059403
commit
56d7a3e2b8
2 changed files with 1 additions and 7 deletions
|
|
@ -132,9 +132,6 @@ func SetNetworkProxy(proxyURL string) {
|
|||
}
|
||||
|
||||
const (
|
||||
// FrontendQueueInterval 为前端请求队列轮询间隔。
|
||||
FrontendQueueInterval = 512 * time.Millisecond
|
||||
|
||||
// SQLFlushInterval 为数据库事务队列写入间隔。
|
||||
SQLFlushInterval = 3000 * time.Millisecond
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue