raise heavy-report threshold to 2000

pull/6827/head
Philipp Tessenow 14 years ago
parent 7da3f3b0a2
commit 37acda2928
  1. 2
      init.rb

@ -7,4 +7,4 @@ require 'to_date_patch'
# Defines the minimum number of cells for a 'big' report
# Big reports may be handled differently in the UI - i.e. ask the user
# if he's really sure to execute such a heavy report
Widget::Table::Progressbar.const_set 'THRESHHOLD', 500
Widget::Table::Progressbar.const_set 'THRESHHOLD', 2000
Loading…
Cancel
Save