|
@@ -213,6 +213,8 @@ func FileSystemInit() {
|
|
go func() {
|
|
go func() {
|
|
//Start version history cleaning in background
|
|
//Start version history cleaning in background
|
|
system_fs_clearVersionHistories()
|
|
system_fs_clearVersionHistories()
|
|
|
|
+ log.Println("[LocVer] Startup File Version History Cleaning Completed")
|
|
|
|
+
|
|
}()
|
|
}()
|
|
log.Println("Started File Version History Cleaning in background")
|
|
log.Println("Started File Version History Cleaning in background")
|
|
|
|
|