prashant-r / Scalaris

DHT Chord Transaction
Apache License 2.0
0 stars 0 forks source link

Hardcoded timeouts #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hej,

to keep the APIs flexible and the configuration consistent, would there be 
anything 
restrictive to move all timeouts in the config file? E.g.:

  * comm_layer/comm_port.erl,60,69,77,82,87: 20000 <- "COMM_LAYER_SEND_TIMEOUT"
  * transstore/transaction_api.erl,79: 2000 <- "PARALLEL_QUORUM_READ"
  * transstore/transaction_api.erl,100: 2000 <- "QUORUM_READ"
  * (cs_api.erl,148: 5000 <- "TEST_AND_SET_TIMEOUT")
  * (cs_api.erl,178: 5000 <- "RANGE_READ_TIMEOUT")

Thanks,
Uwe

Original issue reported on code.google.com by Uwe.Daue...@gmail.com on 9 Mar 2010 at 1:58

GoogleCodeExporter commented 8 years ago
Thanks. I changed it as of r597.

Original comment by schu...@gmail.com on 10 Mar 2010 at 9:55