Skip to content

Commit

Permalink
Use riot prefix for application property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Frederic Linde committed Jun 26, 2012
1 parent f95837a commit 83232d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/META-INF/riot/application-context.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<util:list id="cacheRegions">
<bean class="org.riotfamily.cachius.Region">
<constructor-arg value="default" />
<property name="capacity" value="${cachius.cacheRegion.default.capacity=10000}" />
<property name="capacity" value="${riot.cachius.cacheRegion.default.capacity=10000}" />
</bean>
</util:list>

Expand Down

0 comments on commit 83232d9

Please sign in to comment.