projects
/
itkacl
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use default libunbound paths instead of /etc/resolv.conf and /etc/hosts.
[itkacl]
/
itkacl-2.1
/
config.pm
diff --git
a/itkacl-2.1/config.pm
b/itkacl-2.1/config.pm
index c5e9742e7c526fabcd4a76482380ac0d4db89710..3362bdabac6a017125328b8d0cfdc56b62bf0ed9 100644
(file)
--- 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.