aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/git_changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index 49c34ed8c8e..8221934c8c2 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -44,7 +44,7 @@ my @BRANCHES = qw(master
REL6_5_PATCHES REL6_4);
# Might want to make this parameter user-settable.
-my $timestamp_slop = 600;
+my $timestamp_slop = 24*60*60;
my $details_after = 0;
my $post_date = 0;