]> git.donarmstrong.com Git - debbugs.git/commitdiff
it's remove_age not removal_age
authorDon Armstrong <don@donarmstrong.com>
Thu, 28 Nov 2019 19:05:38 +0000 (11:05 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 28 Nov 2019 19:05:38 +0000 (11:05 -0800)
lib/Debbugs/Bug.pm

index 21a26e39af2c443e34c0b260887d29146f1fc225..523ec31ad1a06db7adc4891dfbf7fc1765fc3bce 100644 (file)
@@ -464,8 +464,8 @@ sub _populate_archiveable {
        }
     }
     my $time = time;
-    state $remove_time = 24 * 60 * 60 * ($config{removal_age} // 30);
-    # 4. Have been modified more than removal_age ago
+    state $remove_time = 24 * 60 * 60 * ($config{remove_age} // 30);
+    # 4. Have been modified more than remove_age ago
     my $moded_ago =
        $time - $self->modified->epoch;
     # if we don't need to know when we can archive, we can stop here if it's