Skip to content

Commit a3957b3

Browse files
Make constant match documentation
1 parent 0bc14dc commit a3957b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/datastore/data_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BUILTIN_FUZZERS = ['afl', 'libFuzzer']
3333

3434
# Time to look back to find a corpus backup that is marked public.
35-
CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 30
35+
CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 90
3636

3737
# Marker to indicate end of crash stacktrace. Anything after that is excluded
3838
# from being stored as part of crash stacktrace (e.g. merge content, etc).

0 commit comments

Comments
 (0)