Commit cfc1d1a9b4e2baa854e50a2239f6b0d7e8f4ebfe
Exists in
dev
Merge branch 'dev' of https://gitlab.irap.omp.eu/epallier/pyros into dev
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/core/pyros_django/pyros/settings.py
... | ... | @@ -359,7 +359,10 @@ else: |
359 | 359 | # For optimization, it is better to have "persistent" connexions by setting this timeout to a value greater than zero |
360 | 360 | # BUT : |
361 | 361 | # We had initially set this to zero to be sure that a child process had not the same connexion as its parent |
362 | +# - Not persistant | |
362 | 363 | #CONN_MAX_AGE = 0 |
364 | +# - Always persistant | |
365 | +#CONN_MAX_AGE = None | |
363 | 366 | #CONN_MAX_AGE = 0 |
364 | 367 | |
365 | 368 | # New in Django 3.2 : we have to tell that we want auto field for id | ... | ... |