feat(test): Disable JIT for test database image

pull/4254/head
Timothy Messier 2 years ago
parent 9c5c17a3ee
commit e255284996
No known key found for this signature in database
GPG Key ID: EFD2F184F7600572

@ -34,3 +34,4 @@ lc_monetary = 'en_US.utf8'
lc_numeric = 'en_US.utf8'
lc_time = 'en_US.utf8'
default_text_search_config = 'pg_catalog.english'
jit = off # Disable JIT since it seems to just cause overhead and no gain

Loading…
Cancel
Save