diff options
Diffstat (limited to 'scripts/guix-data-service.in')
-rw-r--r-- | scripts/guix-data-service.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index dc6b432..2393f1e 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -197,13 +197,6 @@ (lambda (port) (simple-format port "~A\n" (getpid))))) - (call-with-new-thread - (lambda () - (with-postgresql-connection-per-thread - "backfill" - (lambda () - (backfill-guix-revision-package-derivation-distribution-counts))))) - (start-substitute-query-threads) (call-with-new-thread |