Projet

Général

Profil

0001-debian-enable-ATOMIC_REQUESTS-database-flag-45007.patch

Thomas Noël, 10 juillet 2020 10:37

Télécharger (718 octets)

Voir les différences:

Subject: [PATCH] debian: enable ATOMIC_REQUESTS database flag (#45007)

 debian/debian_config.py | 2 ++
 1 file changed, 2 insertions(+)
debian/debian_config.py
12 12
#
13 13
exec(open('/usr/lib/hobo/debian_config_common.py').read())
14 14

  
15
# re-enable atomic requests (erased by hobo/debian_config_common.py)
16
DATABASES['default']['ATOMIC_REQUESTS'] = True
15 17

  
16 18
# Cancel mellon specific settings
17 19

  
18
-