mirror of
https://github.com/amark/gun.git
synced 2025-06-06 14:16:44 +00:00
TEMPORARILY disable RAD
This commit is contained in:
parent
8f78669997
commit
5a70f506d3
@ -16,7 +16,7 @@
|
|||||||
config.server = require('http').createServer(Gun.serve(__dirname));
|
config.server = require('http').createServer(Gun.serve(__dirname));
|
||||||
}
|
}
|
||||||
|
|
||||||
var gun = Gun({web: config.server.listen(config.port)});
|
var gun = Gun({web: config.server.listen(config.port), radisk: false});
|
||||||
console.log('Relay peer started on port ' + config.port + ' with /gun');
|
console.log('Relay peer started on port ' + config.port + ' with /gun');
|
||||||
|
|
||||||
module.exports = gun;
|
module.exports = gun;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user