Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
panpap committed Nov 15, 2016
1 parent bc9e50a commit 91b8147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaconDetectorThreads.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def offload()
startScript=Time.now
filename=ARGV[0]
@defines=Defines.new(filename.gsub("BEACONS_",""))
dbname=filename.rpartition("/")[0]+"/beaconsChecked_"+filename.gsub("BEACONS_".rpartition("/")[1]+"+.db"
dbname=filename.rpartition("/")[0]+"/beaconsChecked_"+filename.gsub("BEACONS_").rpartition("/")[1]+"+.db"
min,max=Process.getrlimit(Process::RLIMIT_NOFILE)
puts "Initial open sockets boundaries: ["+min.to_s+","+max.to_s+"]"
puts "Stretching the number of simultaneously open sockets"
Expand Down

0 comments on commit 91b8147

Please sign in to comment.