fix: warning with fetch_missing_history_max_retries using REST API (#2114)

This commit is contained in:
Tonye Jack
2024-05-29 23:05:34 -06:00
committed by GitHub
parent 0a79e54e1f
commit d6babd6899
5 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ export const DEFAULT_VALUES_OF_UNSUPPORTED_API_INPUTS: Partial<Inputs> = {
fetchAdditionalSubmoduleHistory: false,
dirNamesDeletedFilesIncludeOnlyDeletedDirs: false,
excludeSubmodules: false,
fetchMissingHistoryMaxRetries: 10,
fetchMissingHistoryMaxRetries: 20,
usePosixPathSeparator: false,
tagsPattern: '*',
tagsIgnorePattern: ''