IGNITE-3521: IGFS: removed "maxSpaceSize" remnants from XML files.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/860049dc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/860049dc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/860049dc Branch: refs/heads/ignite-5072 Commit: 860049dc76f86e3d9339eb8b4a4d5a0a6439f1d1 Parents: 4739458 Author: devozerov <[email protected]> Authored: Tue Apr 25 12:14:22 2017 +0300 Committer: devozerov <[email protected]> Committed: Tue Apr 25 12:14:22 2017 +0300 ---------------------------------------------------------------------- .../src/test/java/org/apache/ignite/spring/sprint-exclude.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/860049dc/modules/spring/src/test/java/org/apache/ignite/spring/sprint-exclude.xml ---------------------------------------------------------------------- diff --git a/modules/spring/src/test/java/org/apache/ignite/spring/sprint-exclude.xml b/modules/spring/src/test/java/org/apache/ignite/spring/sprint-exclude.xml index adc87a9..37b460f 100644 --- a/modules/spring/src/test/java/org/apache/ignite/spring/sprint-exclude.xml +++ b/modules/spring/src/test/java/org/apache/ignite/spring/sprint-exclude.xml @@ -34,8 +34,6 @@ <bean class="org.apache.ignite.configuration.FileSystemConfiguration"> <property name="name" value="test"/> - <property name="maxSpaceSize" value="#{100L * 1024 * 1024}"/> - <!-- Loopback endpoint. --> <property name="ipcEndpointConfiguration"> <bean class="org.apache.ignite.igfs.IgfsIpcEndpointConfiguration">
