Subversion Repositories oidplus

Rev

Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1050 Rev 1169
Line 148... Line 148...
148
 
148
 
149
----------------------
149
----------------------
150
(2) SYSTEM LIMITATIONS (defined and documented in includes/oidplus_limits.inc.php , can be overwritten by config.inc.php)
150
(2) SYSTEM LIMITATIONS (defined and documented in includes/oidplus_limits.inc.php , can be overwritten by config.inc.php)
151
----------------------
151
----------------------
152
 
152
 
153
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_DEPTH',  30);
-
 
154
                         Please read the documentation in the file includes/oidplus_limits.inc.php
-
 
155
 
-
 
156
OIDplus::baseConfig()->setValue('LIMITS_MAX_ID_LENGTH',     255);
153
OIDplus::baseConfig()->setValue('LIMITS_MAX_ID_LENGTH',     255);
157
                         Please read the documentation in the file includes/oidplus_limits.inc.php
154
                         Please read the documentation in the file includes/oidplus_limits.inc.php
158
 
155
 
159
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_ARC_SIZE',  50);
-
 
160
                         Please read the documentation in the file includes/oidplus_limits.inc.php
-
 
161
 
-
 
162
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_ASN1_ID_LEN',  255);
156
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_ASN1_ID_LEN',  255);
163
                         Please read the documentation in the file includes/oidplus_limits.inc.php
157
                         Please read the documentation in the file includes/oidplus_limits.inc.php
164
 
158
 
165
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_UNICODE_LABEL_LEN',  255);
159
OIDplus::baseConfig()->setValue('LIMITS_MAX_OID_UNICODE_LABEL_LEN',  255);
166
                         Please read the documentation in the file includes/oidplus_limits.inc.php
160
                         Please read the documentation in the file includes/oidplus_limits.inc.php