Skip to content

Commit e37742d

Browse files
authored
Decreases minInflateRatio default to 0.001
1 parent 5851a23 commit e37742d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basyx.aasenvironment/basyx.aasenvironment.component/src/main/java/org/eclipse/digitaltwin/basyx/aasenvironment/component/AasEnvironmentConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class AasEnvironmentConfiguration {
5050

5151
@Bean
5252
@ConditionalOnMissingBean
53-
public static AasEnvironment getAasEnvironment(AasEnvironmentFactory aasEnvironmentFactory, List<AasEnvironmentFeature> features, @Value("${basyx.aasenvironment.minInflateRatio:0.1}") double minInflateRatio) {
53+
public static AasEnvironment getAasEnvironment(AasEnvironmentFactory aasEnvironmentFactory, List<AasEnvironmentFeature> features, @Value("${basyx.aasenvironment.minInflateRatio:0.001}") double minInflateRatio) {
5454
ZipSecureFile.setMinInflateRatio(minInflateRatio);
5555
return new DecoratedAasEnvironmentFactory(aasEnvironmentFactory, features).create();
5656
}

0 commit comments

Comments
 (0)