change iter to 5000

This commit is contained in:
Matias Alejo Garcia 2014-12-06 22:40:36 -03:00
commit 4dfc1f9559

View file

@ -42,7 +42,7 @@ var defaultConfig = {
// local encryption/security config // local encryption/security config
passphraseConfig: { passphraseConfig: {
iterations: 1000, iterations: 5000,
storageSalt: 'mjuBtGybi/4=', storageSalt: 'mjuBtGybi/4=',
}, },