Skip to content

Commit 0e513c7

Browse files
committed
Applied test speedup fixes to testcrawler config, too. Looks like a ~15% speed-up.
- Legacy-Id: 10476
1 parent e899200 commit 0e513c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings_testcrawl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
}
2222
}
2323

24+
PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )
25+
SERVER_MODE = 'test'

0 commit comments

Comments
 (0)