File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Main Options:
8989 -a|--append Run in append mode
9090 -c|--create Run in create mode (default)
9191 -S|--style=FILE The Lua config file (same as for osm2pgsql)
92- -j|--jobs=NUM Number of parallel jobs (default 1)
92+ -j|--jobs=NUM Number of parallel jobs (default 1, max 256 )
9393 --middle-schema=SCHEMA Database schema for middle tables (default set with --schema)
9494 --schema=SCHEMA Default database schema (default: 'public')
9595
@@ -751,11 +751,6 @@ int main(int argc, char *argv[])
751751 return 2 ;
752752 }
753753
754- if (jobs < 1 || jobs > 32 ) {
755- log_error (" The --jobs/-j parameter must be between 1 and 32." );
756- return 2 ;
757- }
758-
759754 if (middle_dbschema.empty ()) {
760755 middle_dbschema = dbschema;
761756 }
You can’t perform that action at this time.
0 commit comments