update
[pharext/pharext.org] / config / app.ini
index 201de74a4ca65f5d6c5fd871bc615d17d20ece93..5c886710844bbc18cf1c652d84ace6d0b3fc7828 100644 (file)
@@ -6,16 +6,19 @@ github.api.accept = application/vnd.github.v3+json
 github.api.call.listrepos.args.per_page = 10
 github.api.call.listhooks.args.per_page = 100
 
+github.http.configure.pipelining = true
+
 github.hook.url = https://pharext.org/github/hook
 github.hook.content_type = json
 github.hook.insecure_ssl = 0
 
 github.storage.token.ttl = 3600
-github.storage.cache.repo.ttl = 3600
-github.storage.cache.repos.ttl = 3600
-github.storage.cache.hooks.ttl = 3600
-github.storage.cache.tags.ttl = 3600
-github.storage.cache.releases.ttl = 3600
+github.storage.cache.readrepo.ttl = 3600
+github.storage.cache.listrepos.ttl = 3600
+github.storage.cache.listhooks.ttl = 3600
+github.storage.cache.listtags.ttl = 3600
+github.storage.cache.listreleases.ttl = 3600
+github.storage.cache.listreleaseassets.ttl = 3600
 
 github.log = github
 
@@ -30,7 +33,7 @@ session.cache_limiter = ""
 session.cache_expire = 0
 
 pq.flags = 0
-pq.dsn = "user=pharext host=localhost"
+pq.dsn = "user=pharext"
 
 log.github.streamhandler.handler = StreamHandler
 log.github.streamhandler.args[] = ../logs/github.log
@@ -43,4 +46,4 @@ github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hoo
 github.hook.insecure_ssl = 1
 github.hook.use_basic_auth = ngrok
 
-ngrok.command = ngrok
\ No newline at end of file
+ngrok.command = ngrok