Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2026-01-20 10:45:58 +08:00
parent ef9d811616
commit a64ab76640
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -139,7 +139,7 @@ func refreshDocInfoWithSize(tree *parse.Tree, size uint64) {
refreshDocInfo0(tree, size)
go func() {
time.Sleep(512 * time.Millisecond)
time.Sleep(128 * time.Millisecond)
refreshParentDocInfo(tree)
}()
}