Skip to content

Commit 2b4939c

Browse files
committed
Update README.md
1 parent 670f590 commit 2b4939c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ On initializer ```config/initializers/dbhero.rb``` we can add the following conf
3939

4040
```ruby
4141
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
4246
# if you are using devise you can keep the "authenticate_user!"
4347
config.authenticate = true
4448

0 commit comments

Comments
 (0)