Skip to content

Commit

Permalink
Added missing config parameters to build-common.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed May 23, 2014
1 parent 2c0a5ce commit aeefeef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
<arg value="site.anticache_enable=${site.anticache_enable}" />
<arg value="site.anticache_build=${site.anticache_build}" />
<arg value="site.anticache_reversible_lru=${site.anticache_reversible_lru}" />
<arg value="site.anticache_nvm=${site.anticache_nvm}" />
<arg value="site.anticache_profiling=${site.anticache_profiling}" />
<arg value="site.anticache_dir=${site.anticache_dir}" />
<arg value="site.anticache_block_size=${site.anticache_block_size}" />
Expand All @@ -162,11 +161,13 @@
<arg value="site.storage_mmap_reset=${site.storage_mmap_reset}" />
<arg value="site.storage_mmap_sync_frequency=${site.storage_mmap_sync_frequency}" />
<arg value="site.aries=${site.aries}" />
<arg value="site.aries_forward_only=${site.aries_forward_only}" />
<arg value="site.aries_dir=${site.aries_dir}" />
<arg value="site.aries_reset=${site.aries_reset}" />
<arg value="site.snapshot=${site.snapshot}" />
<arg value="site.snapshot_dir=${site.snapshot_dir}" />
<arg value="site.snapshot_reset=${site.snapshot_reset}" />
<arg value="site.snapshot_interval=${site.snapshot_interval}" />
<arg value="site.mr_map_blocking=${site.mr_map_blocking}" />
<arg value="site.mr_reduce_blocking=${site.mr_reduce_blocking}" />
<arg value="site.network_heartbeats_interval=${site.network_heartbeats_interval}" />
Expand Down

0 comments on commit aeefeef

Please sign in to comment.