Applied test speedup fixes to testcrawler config, too. Looks like a ~15% speed-up.
- Legacy-Id: 10476
This commit is contained in:
parent
e8992007b6
commit
0e513c73e0
|
@ -21,3 +21,5 @@ CACHES = {
|
|||
}
|
||||
}
|
||||
|
||||
PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )
|
||||
SERVER_MODE = 'test'
|
||||
|
|
Loading…
Reference in a new issue