We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc14dc commit a3957b3Copy full SHA for a3957b3
src/clusterfuzz/_internal/datastore/data_types.py
@@ -32,7 +32,7 @@
32
BUILTIN_FUZZERS = ['afl', 'libFuzzer']
33
34
# Time to look back to find a corpus backup that is marked public.
35
-CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 30
+CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 90
36
37
# Marker to indicate end of crash stacktrace. Anything after that is excluded
38
# from being stored as part of crash stacktrace (e.g. merge content, etc).
0 commit comments