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:
parent
3e2858f5de
commit
523a63f776
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user