holochain / holochain-proto

Holographic storage for distributed applications -- a validating monotonic DHT "backed" by authoritative hashchains for data provenance (a Ceptr sub-project)
http://holochain.org
GNU General Public License v3.0
877 stars 143 forks source link

send timeout error when fetching large strings #776

Open JhonatanHern opened 6 years ago

JhonatanHern commented 6 years ago

Whenever I try to fetch a large string (over 300kb) from the DHT I get the following error:

{
   "errorMessage":"send timeout",
   "function":"getLinks",
   "name":"HolochainError",
   "source":{
      "column":"10",
      "functionName":"getImg",
      "line":"191"
   }
}

Is there any option to extend the petition's timeout?