X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lib%2FDebbugs%2FBug.pm;h=523ec31ad1a06db7adc4891dfbf7fc1765fc3bce;hb=8645742bc79cc3d5164cbe74112b726198b98e67;hp=21a26e39af2c443e34c0b260887d29146f1fc225;hpb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;p=debbugs.git diff --git a/lib/Debbugs/Bug.pm b/lib/Debbugs/Bug.pm index 21a26e3..523ec31 100644 --- a/lib/Debbugs/Bug.pm +++ b/lib/Debbugs/Bug.pm @@ -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