diff options
author | David Barksdale <amatus@amatus.name> | 2014-06-11 22:01:00 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-06-11 22:01:00 -0500 |
commit | e6adc7f61d8df4d05c355ee94b8e05953d3f318c (patch) | |
tree | 7ee6810c6e4fb81db3235a177501579eaaafdd9d /src/js | |
parent | b93c863894d6c02c8bcd9105bbb5d5ee33a10644 (diff) |
Configure DHT and NSE
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/configuration.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/js/configuration.js b/src/js/configuration.js index b9c5b07..c6cdde7 100644 --- a/src/js/configuration.js +++ b/src/js/configuration.js @@ -43,6 +43,16 @@ mergeInto(LibraryManager.library, { core: { USE_EPHEMERAL_KEYS: true, }, + DHT: { + CACHE_RESULTS: true, + DISABLE_TRY_CONNECT: false, + }, + NSE: { + PROOFFILE: '/proof.dat', + WORKDELAY: '5 ms', + INTERVAL: '1 h', + WORKBITS: 22, + }, }, GNUNET_CONFIGURATION_get_value__deps: ['$CONFIG'], GNUNET_CONFIGURATION_get_value: function(section, option) { |