mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2556 from holta/kolibri-timeout-fix
Kolibri timeout fix: 90 -> 1200 sec (yes, that's 20 minutes!)
This commit is contained in:
commit
e3fe08598f
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ Environment=KOLIBRI_HTTP_PORT={{ kolibri_http_port }}
|
|||
Environment=KOLIBRI_URL_PATH_PREFIX={{ kolibri_url_without_slash }}
|
||||
User={{ kolibri_user }}
|
||||
Group={{ apache_user }}
|
||||
# 2020-10-03: Kolibri was timing out on RaspiOS & Ubuntu 20 NUC: iiab/iiab#2555
|
||||
TimeoutStartSec=1200
|
||||
# The following is the systemd default, which is too much for most teachers in
|
||||
# low-electricity environments (30-60 sec is about all they can handle before
|
||||
# pulling the power cord, typically every hour at the end of class). But since
|
||||
# 90 seconds is the Linux / systemd default, it's prob good enough for now:
|
||||
# TimeoutStopSec=90
|
||||
# 2020-04-18 @jvonau: comment out both timeouts for now, in favor of 90 seconds
|
||||
# or whatever systemd / Kolibri favor? https://github.com/iiab/iiab/issues/2318
|
||||
# TimeoutStartSec=infinity
|
||||
|
|
Loading…
Add table
Reference in a new issue