minder debugging spul
This commit is contained in:
parent
d6e2ca2e20
commit
c1809c66c2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/local/bin/ruby -w
|
||||
|
||||
# $Dwarf: ripnews.rb,v 1.92 2005/02/01 09:33:56 ward Exp $
|
||||
# $Dwarf: ripnews.rb,v 1.93 2005/02/01 09:38:22 ward Exp $
|
||||
# $Source$
|
||||
|
||||
#
|
||||
|
|
@ -657,8 +657,8 @@ def main
|
|||
@decode_threads = []
|
||||
@newsrc_lock = Mutex.new
|
||||
profile_mem("#{group} start")
|
||||
puts "object count:"
|
||||
puts ObjectSpace.each_object(){}
|
||||
# puts "object count:"
|
||||
# puts ObjectSpace.each_object(){}
|
||||
print "\nGetting articles for #{group}\n"
|
||||
@articles = Article.new(@config[group]["NNTPSERVER"], group, @config[group]["NEWSRCNAME"])
|
||||
fill_preselector(group)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue