Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed Nov 20, 2024
1 parent cb57eff commit f57744a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public EndpointStore(EndpointFiles files, HDTOptions spec, boolean inMemDeletes,
throws IOException {
// load HDT file
this.spec = (spec = HDTOptions.ofNullable(spec));
deleteDisabled = spec.getBoolean(OPTION_QENDPOINT_DELETE_DISABLE, true);
deleteDisabled = spec.getBoolean(OPTION_QENDPOINT_DELETE_DISABLE, false);
validOrders = getHDTSpec().getEnumSet(HDTOptionsKeys.BITMAPTRIPLES_INDEX_OTHERS, TripleComponentOrder.class);
validOrders.add(TripleComponentOrder.SPO); // we need at least SPO

Expand Down

0 comments on commit f57744a

Please sign in to comment.