Skip to content

Instantly share code, notes, and snippets.

@peschkaj
Created February 22, 2013 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peschkaj/5009969 to your computer and use it in GitHub Desktop.
Save peschkaj/5009969 to your computer and use it in GitHub Desktop.
Configuring CorrugatedIron with a 60 second timeout.
<riakConfig nodePollTime="5000" defaultRetryWaitTime="200" defaultRetryCount="3">
<nodes>
<node name="riak@172.16.33.107" networkReadTimeout="60000" hostAddress="devUbuntu01" pbcPort="8087" restScheme="http" restPort="8098" poolSize="20" />
<node name="riak@172.16.33.138" networkReadTimeout="60000" hostAddress="devUbuntu02" pbcPort="8087" restScheme="http" restPort="8098" poolSize="20" />
<node name="riak@172.16.33.221" networkReadTimeout="60000" hostAddress="devUbuntu03" pbcPort="8087" restScheme="http" restPort="8098" poolSize="20" />
<node name="riak@172.16.34.56" networkReadTimeout="60000" hostAddress="devUbuntu04" pbcPort="8087" restScheme="http" restPort="8098" poolSize="20" />
</nodes>
</riakConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment