Skip to content

Commit

Permalink
ISPN-5411 Repl GetAll/PutAll perf tests are using Dist
Browse files Browse the repository at this point in the history
* Changed DIST_SYNC to REPL_SYNC
  • Loading branch information
wburns authored and tristantarrant committed Apr 28, 2015
1 parent 148b26e commit 740814c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,6 +17,6 @@ protected int numberOfHotRodServers() {
@Override
protected ConfigurationBuilder clusterConfig() {
return hotRodCacheConfiguration(getDefaultClusteredCacheConfig(
CacheMode.DIST_SYNC, false));
CacheMode.REPL_SYNC, false));
}
}
Expand Up @@ -17,6 +17,6 @@ protected int numberOfHotRodServers() {
@Override
protected ConfigurationBuilder clusterConfig() {
return hotRodCacheConfiguration(getDefaultClusteredCacheConfig(
CacheMode.DIST_SYNC, false));
CacheMode.REPL_SYNC, false));
}
}

0 comments on commit 740814c

Please sign in to comment.