]> git.sesse.net Git - itkacl/blobdiff - itkacl-2.1/config.pm
Make the batch nsupdate size configurable.
[itkacl] / itkacl-2.1 / config.pm
index c5e9742e7c526fabcd4a76482380ac0d4db89710..3362bdabac6a017125328b8d0cfdc56b62bf0ed9 100644 (file)
@@ -22,6 +22,8 @@ our $db_name = 'itkacl';
 our $db_user = 'itkacl';
 our $db_pass = undef;
 
 our $db_user = 'itkacl';
 our $db_pass = undef;
 
+our $max_updates_per_transaction = 1000;
+
 our $minimum_uid = 500;        
 
 # Users that are included even though they are below $minimum_uid.
 our $minimum_uid = 500;        
 
 # Users that are included even though they are below $minimum_uid.