Skip to content

Commit

Permalink
Removed at_exit for now.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/alogr/trunk@10 5d4fd1e0-7adf-40a7-adde-e9af6235188f
  • Loading branch information
wayneeseguin committed Sep 19, 2007
1 parent 216f972 commit 15179ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/alogr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def initialize( options = {} )
Thread.exit
end

at_exit do
sleep(@@config[:log_interval].to_f * 1.2) # Allow log buffer to get emptied before exiting
end
#at_exit do
# sleep(@@config[:log_interval].to_f * 1.2) # Allow log buffer to get emptied before exiting
#end

self
end
Expand Down

0 comments on commit 15179ae

Please sign in to comment.