diff options
-rw-r--r-- | system/db/init.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/db/init.go b/system/db/init.go index 39840da..7f8bce9 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -79,13 +79,13 @@ func Init() { } // sort all content into type_sorted buckets - if SystemInitComplete() { - go func() { - for t := range content.Types { - SortContent(t) - } - }() - } + // if SystemInitComplete() { + // go func() { + // for t := range content.Types { + // SortContent(t) + // } + // }() + // } } |