mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-12 05:55:08 -05:00
Revert "Set hard limit on number of commands in batch request to 256."
This reverts commit 79d22f8341.
This commit is contained in:
@@ -80,8 +80,6 @@ class batch(Command):
|
||||
|
||||
def execute(self, *args, **options):
|
||||
results=[]
|
||||
if len(args[0]) > 256:
|
||||
raise errors.BatchRequestLimitError(limit=256)
|
||||
for arg in args[0]:
|
||||
try:
|
||||
a = arg['params'][0]
|
||||
|
||||
Reference in New Issue
Block a user