|
|
@ -1631,7 +1631,7 @@ define([
|
|
|
|
Store.leavePad(null, data, function () {});
|
|
|
|
Store.leavePad(null, data, function () {});
|
|
|
|
};
|
|
|
|
};
|
|
|
|
var conf = {
|
|
|
|
var conf = {
|
|
|
|
Cache: Cache,
|
|
|
|
//Cache: Cache, // XXX re-enable cache usage
|
|
|
|
onCacheStart: function () {
|
|
|
|
onCacheStart: function () {
|
|
|
|
postMessage(clientId, "PAD_CACHE");
|
|
|
|
postMessage(clientId, "PAD_CACHE");
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -2686,7 +2686,7 @@ define([
|
|
|
|
readOnly: false,
|
|
|
|
readOnly: false,
|
|
|
|
validateKey: secret.keys.validateKey || undefined,
|
|
|
|
validateKey: secret.keys.validateKey || undefined,
|
|
|
|
crypto: Crypto.createEncryptor(secret.keys),
|
|
|
|
crypto: Crypto.createEncryptor(secret.keys),
|
|
|
|
Cache: Cache,
|
|
|
|
//Cache: Cache, // XXX re-enable cache usage
|
|
|
|
userName: 'fs',
|
|
|
|
userName: 'fs',
|
|
|
|
logLevel: 1,
|
|
|
|
logLevel: 1,
|
|
|
|
ChainPad: ChainPad,
|
|
|
|
ChainPad: ChainPad,
|
|
|
|