You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReadOnlybool`short:"r" long:"readonly" description:"Only allow read queries. This disables creating and deleting indexes as well." env:"GITBASE_READONLY"`
54
-
Parallelismuint`long:"parallelism" default:"4" description:"Maximum number of parallel threads per table."`
55
+
Parallelismuint`long:"parallelism" description:"Maximum number of parallel threads per table. By default, it's the number of CPU cores. 0 means default, 1 means disabled."`
55
56
56
57
SkipGitErrorsbool// SkipGitErrors disables failing when Git errors are found.
57
58
DisableGitbool`long:"no-git" description:"disable the load of git standard repositories."`
0 commit comments