Updated PRNG configuration

This commit is contained in:
Giulio Cesare Solaroli 2015-02-14 08:44:54 +01:00
parent 67263a05a6
commit 6c30a77ce1
No known key found for this signature in database
GPG Key ID: 22E34C908F02CBA2

View File

@ -293,7 +293,7 @@ Clipperz.Crypto.PRNG.MouseRandomnessSource.prototype = MochiKit.Base.update(new
Clipperz.Crypto.PRNG.CryptoRandomRandomnessSource = function(args) {
args = args || {};
this._intervalTime = args.intervalTime || 500;
this._intervalTime = args.intervalTime || 1000;
this._browserCrypto = args.browserCrypto;
Clipperz.Crypto.PRNG.RandomnessSource.call(this, args);