mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
Merge pull request #1195 from nspadaccino/hotfix-membership-maxitems
Hotfix: Raise Limit of Maximum Items in a Group List to 3000
This commit is contained in:
commit
696a6a64a3
@ -134,7 +134,7 @@ vinyldns {
|
||||
batchchange-routing-max-items-limit = 100
|
||||
membership-routing-default-max-items = 100
|
||||
membership-routing-max-items-limit = 1000
|
||||
membership-routing-max-groups-list-limit = 1500
|
||||
membership-routing-max-groups-list-limit = 3000
|
||||
recordset-routing-default-max-items= 100
|
||||
zone-routing-default-max-items = 100
|
||||
zone-routing-max-items-limit = 100
|
||||
|
@ -75,7 +75,7 @@ angular.module('service.groups', [])
|
||||
query = null;
|
||||
}
|
||||
var params = {
|
||||
"maxItems": 1500,
|
||||
"maxItems": 3000,
|
||||
"groupNameFilter": query,
|
||||
"ignoreAccess": ignoreAccess
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user