diff options
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 7415885..8c1fc22 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -1176,7 +1176,7 @@ gn-auth." (bind-http "localhost:9089"))) (service mcron-service-type (mcron-configuration - (jobs (list #~(job '(next-day) + (jobs (list #~(job '(next-hour) #$(program-file "build-xapian-index-cron" build-xapian-index-cron-gexp) #:user "laminar"))))) |