Delaying dropping topic auto close columns by one hour.

This commit is contained in:
Guo Xiang Tan 2017-06-06 12:07:31 +09:00
parent 87e77267fa
commit 08cf7495da

View File

@ -109,4 +109,5 @@ ColumnDropper.drop(
on_drop: ->(){
STDERR.puts "Removing superflous topic columns!"
}
delay: 3600
)