We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670f590 commit 2b4939cCopy full SHA for 2b4939c
README.md
@@ -39,6 +39,10 @@ On initializer ```config/initializers/dbhero.rb``` we can add the following conf
39
40
```ruby
41
Dbhero.configure do |config|
42
+ # limits the total of rows that show on clips, if clip result os greather
43
+ # that result rows of query then should show a button to download csv
44
+ # this prevent that browser crashes :)
45
+ config.max_rows_limit = 10_000
46
# if you are using devise you can keep the "authenticate_user!"
47
config.authenticate = true
48
0 commit comments