mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

el_kaboing
16.53.2006 998e596ca30d894c5077a523a2f9a5756d3705f5
Fixed the time attribute to have an 's' for seconds.
2 files modified
4 ■■■■ changed files
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif 2 ●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif 2 ●●● patch | view | raw | blame | history
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif
@@ -26,7 +26,7 @@
dn: cn=Entry Cache,cn=config
changetype: modify
add: ds-cfg-lock-timeout
ds-cfg-lock-timeout: 60
ds-cfg-lock-timeout: 60 s
-
add: ds-cfg-exclude-filter
ds-cfg-exclude-filter: telephonenumber=*
opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif
@@ -32,7 +32,7 @@
ds-cfg-entry-cache-class: com.sun.directory.extensions.FIFOEntryCache
ds-cfg-max-entries: 100000
ds-cfg-max-memory-percent: 50
ds-cfg-lock-timeout: 60
ds-cfg-lock-timeout: 60 s
ds-cfg-exclude-filter: telephoneNumber=*
ds-cfg-include-filter: roomNumber=*