Use a define instead of magic numbers for number of builds to maintain.
Set number of builds to keep to 50
This commit is contained in:
@@ -57,6 +57,7 @@ if (!defined('IMG_ROOT')) {
|
||||
|
||||
// $CHANS = array("SingularityAlpha" => "HEAD", "SingularityMultiWearable" => "refs/remotes/shyotl/V2MultiWear");
|
||||
$CHANS = array("SingularityAlpha" => "HEAD");
|
||||
define("KEEP_BUILDS", 50);
|
||||
|
||||
$DB = new DBH();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user