[ 
https://issues.apache.org/jira/browse/DIRSERVER-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny resolved DIRSERVER-1608.
------------------------------------------

    Resolution: Not A Problem

The timeLimit and sizeLimit parameters are used to limit the number of enrries 
returned by a searchRequest and to limit the time it takes to return them.

The default value is to return 1000 entries, and a searchRequest should not 
take more than 1000 seconds (which is insanely long, btw).

Modifying those values makes sense if you want to protect the server against 
bad requests.

> A couple of question os Apacheds 1.5.5 server.xml file
> ------------------------------------------------------
>
>                 Key: DIRSERVER-1608
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1608
>             Project: Directory ApacheDS
>          Issue Type: Task
>         Environment: All
>            Reporter: Anusha
>             Fix For: 1.5.5
>
>
> In the server.xml can I know components of the DS do these attributes affect?
> maxSizeLimit="1500"
> ldapServer id="ldapServer"
>             maxTimeLimit="1500"
>             maxSizeLimit="1500">
> If I change it to the following values what impact do you think it is going 
> to have on the server?
> maxSizeLimit="3000"
> ldapServer id="ldapServer"
>             maxTimeLimit="150000"
>             maxSizeLimit="150000">

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to