Skip to content

Commit 8f7a21e

Browse files
authored
Merge pull request #7 from python-ldap/dbmaxsize
Increase olcDbMaxSize
2 parents 531c948 + 32d5678 commit 8f7a21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slapd/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
olcRootDN: %(rootdn)s
4343
olcRootPW: %(rootpw)s
4444
olcDbDirectory: %(directory)s
45+
olcDbMaxSize: 1000000000
4546
"""
4647

4748

0 commit comments

Comments
 (0)