X-Git-Url: https://git.sesse.net/?p=itkacl;a=blobdiff_plain;f=itkacl-2.1%2Fconfig.pm;h=3362bdabac6a017125328b8d0cfdc56b62bf0ed9;hp=c5e9742e7c526fabcd4a76482380ac0d4db89710;hb=9edb4aeb4f7acadd82a52268c66c0d35d0b64f8a;hpb=66f114e2e5b127115cc127ea23865371f1bea90d diff --git a/itkacl-2.1/config.pm b/itkacl-2.1/config.pm index c5e9742..3362bda 100644 --- a/itkacl-2.1/config.pm +++ b/itkacl-2.1/config.pm @@ -22,6 +22,8 @@ our $db_name = 'itkacl'; 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.