mirror of
https://github.com/amark/gun.git
synced 2025-06-05 21:56:51 +00:00
crash while deleting s3
This commit is contained in:
parent
08fc562eac
commit
dc94252f20
@ -1,4 +1,5 @@
|
||||
;(function(){
|
||||
crash; return;
|
||||
var cluster = require('cluster');
|
||||
if(cluster.isMaster){
|
||||
return cluster.fork() && cluster.on('exit', function(){ cluster.fork() });
|
||||
|
@ -450,7 +450,7 @@
|
||||
}
|
||||
if(disk){
|
||||
r.list.drain(disk);
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
if(!opt.store.list){
|
||||
r.list.drain(Radix());
|
||||
|
Loading…
x
Reference in New Issue
Block a user