Improve outline panel loading performance https://github.com/siyuan-note/siyuan/issues/12981

This commit is contained in:
Daniel 2024-10-31 22:39:33 +08:00
parent 37fa059403
commit 56d7a3e2b8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 1 additions and 7 deletions

View file

@ -132,9 +132,6 @@ func SetNetworkProxy(proxyURL string) {
}
const (
// FrontendQueueInterval 为前端请求队列轮询间隔。
FrontendQueueInterval = 512 * time.Millisecond
// SQLFlushInterval 为数据库事务队列写入间隔。
SQLFlushInterval = 3000 * time.Millisecond
)