Changeset 27115
- Timestamp:
- Feb 26, 2010, 6:56:26 PM (16 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Build.PL
r26292 r27115 49 49 bin/neb-voladd 50 50 bin/neb-voladm 51 bin/neb-host 51 52 bin/nebdiskd 52 53 )], -
trunk/Nebulous-Server/MANIFEST
r26292 r27115 10 10 bin/neb-cabadd 11 11 bin/neb-voladm 12 bin/neb-host 12 13 bin/nebdiskd 13 14 docs/database_setup.txt -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r27103 r27115 41 41 # This determines how many entries from the list of volumes sorted by free space are randomized. 42 42 my $topfew_count = 15; 43 my $max_used_space = 0.98 43 my $max_used_space = 0.98; 44 44 # transaction restart/retry regex 45 45 my $trans_regex = qr/Deadlock Found|Lock wait timeout exceeded|try restarting transaction|Can't connect to MySQL server/i;
Note:
See TracChangeset
for help on using the changeset viewer.
