Change-Id: Ib4d92b3c5a270e28a75beb5fbb5cf56557165765 Former-commit-id:547f0d086f
[formerlyd43afc8c67
] [formerlybfe3c684df
] [formerlyf37999b1eb
[formerlybfe3c684df
[formerly 0b4b49014598aeb94492d0b713afe17732c6e029]]] Former-commit-id:f37999b1eb
Former-commit-id: bf9a2b39ec50125619129c86673eb152b84b87e6 [formerly77fbbb6a61
] Former-commit-id:541557e0b0
17 lines
No EOL
924 B
XML
17 lines
No EOL
924 B
XML
<beans
|
|
xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:context="http://www.springframework.org/schema/context"
|
|
xmlns:util="http://www.springframework.org/schema/util"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
|
|
http://www.springframework.org/schema/util
|
|
http://www.springframework.org/schema/util/spring-util-2.5.xsd">
|
|
|
|
<bean id="gfeClientConfig" class="com.raytheon.viz.gfe.core.GfeClientConfig" factory-method="getInstance">
|
|
<property name="maxSaveThreads" value="3"/>
|
|
<property name="gridSaveThreshold" value="33554432"/>
|
|
<!-- threshold = 32*1024*1024 bytes (32 MB)-->
|
|
</bean>
|
|
|
|
</beans> |