1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Make the default table row limit 500 instead of 1000

This commit is contained in:
downtownallday 2021-01-12 09:22:41 -05:00
parent 3e2858f5de
commit 523a63f776

View File

@ -24,7 +24,7 @@ class UserSettings {
} }
else { else {
s.data = { s.data = {
row_limit: 1000 row_limit: 500
}; };
} }
window.miabldap.user_settings = s; window.miabldap.user_settings = s;