🎨 Manually optimize the data index to reduce space usage and improve performance https://github.com/siyuan-note/siyuan/issues/15663

This commit is contained in:
Daniel 2025-08-25 16:17:52 +08:00
parent 8ccb1e4143
commit 55541f62b0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 1 additions and 9 deletions

View file

@ -221,13 +221,6 @@ func removeIndexes(c *gin.Context) {
model.RemoveIndexes(paths)
}
func refreshFiletree(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)
model.FullReindex()
}
func doc2Heading(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)