Skip to content

Commit

Permalink
set sync as default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 9, 2024
1 parent 4681694 commit c90d935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/lucee/runtime/type/StructImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class StructImpl extends StructSupport {
public static final int DEFAULT_TYPE;

static {
DEFAULT_TYPE = StructNew.toType(SystemUtil.getSystemPropOrEnvVar("lucee.struct.type", null), TYPE_REGULAR);
DEFAULT_TYPE = StructNew.toType(SystemUtil.getSystemPropOrEnvVar("lucee.struct.type", null), TYPE_SYNC);
}

/**
Expand Down

0 comments on commit c90d935

Please sign in to comment.