Skip to content

Commit d2b480e

Browse files
committed
Disable auto-indexing on packagehub
Previously, packagehub automatically scheduled LSIF indexing for repos. This commit disables that feature so that you need to manually send a `curl -X POST` requst to trigger LSIF indexing of repos.
1 parent adc0542 commit d2b480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/packagehub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
/packagehub --host 0.0.0.0 --port $PORT --src /src --coursier /coursier --postgres.username=$DB_USER --postgres.password=$DB_PASS --postgres.url=$DB_URL --auto-index-delay=PT1M
2+
/packagehub --host 0.0.0.0 --port $PORT --src /src --coursier /coursier --postgres.username=$DB_USER --postgres.password=$DB_PASS --postgres.url=$DB_URL

0 commit comments

Comments
 (0)