diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-03 20:10:53 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-03 20:10:53 +0000 |
commit | 636b7f155179244677e1a74b824257184334b1ff (patch) | |
tree | 2aec4083c726bb9cb5585e70f1749893ad25c119 /www-apps/gentoobrowse | |
parent | Add patch to use pkg-config and instead of assuming paths, bug 646692 (diff) | |
download | patches-636b7f155179244677e1a74b824257184334b1ff.tar.bz2 patches-636b7f155179244677e1a74b824257184334b1ff.tar.xz patches-636b7f155179244677e1a74b824257184334b1ff.zip |
GB sessions on shared storage
Diffstat (limited to 'www-apps/gentoobrowse')
-rw-r--r-- | www-apps/gentoobrowse/prod-config.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/gentoobrowse/prod-config.patch b/www-apps/gentoobrowse/prod-config.patch index d32dd76..6d9d3e4 100644 --- a/www-apps/gentoobrowse/prod-config.patch +++ b/www-apps/gentoobrowse/prod-config.patch @@ -8,5 +8,6 @@ index dc0baab5..d671feb4 100644 +Gentoo.Portage = portage:tcp -h defiant -p 9001:tcp -h firebrand -p 9001 +Gentoo.Users = users:tcp -h firebrand -p 9001 IceSpider.SessionManager = IceSpider-FileSessions - IceSpider.FileSessions.Path = /var/tmp/icespider-sessions/gentoobrowse +-IceSpider.FileSessions.Path = /var/tmp/icespider-sessions/gentoobrowse ++IceSpider.FileSessions.Path = /var/www/shared/sessions/gentoobrowse Ice.ThreadPool.Client.SizeMax = 20 |