Skip to content

Commit

Permalink
Make constant match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman committed Jun 11, 2024
1 parent 0bc14dc commit 483509d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clusterfuzz/_internal/datastore/data_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 Google LLC
y# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,7 +32,7 @@
BUILTIN_FUZZERS = ['afl', 'libFuzzer']

# Time to look back to find a corpus backup that is marked public.
CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 30
CORPUS_BACKUP_PUBLIC_LOOKBACK_DAYS = 90

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

0 comments on commit 483509d

Please sign in to comment.