CGRU/cgru

where do I configure CONNECTION_LOST_TIME for afrender?

ultra-sonic opened this issue · 3 comments

hi timur, is there a counterpart for afrender that can be configured in a config.json file?

int Environment::watch_connection_lost_time = AFWATCH::CONNECTION_LOST_TIME;

Hi Oliver,

getVar( i_obj, watch_connection_lost_time, "af_watch_connection_lost_time" );

https://github.com/CGRU/cgru/blob/master/afanasy/config_default.json#L158

Hi Timur, this seems to be the af_watch connection lost time....is this also used by af_render?

Hi Oliver,
Sorry, my mistake, it seems that I confused afrender and afwatch.
Sine pools appeared, such afrender network parameters are configured on pool (for an ability to vary them per pool).
Afrender connection lost time that is used on client side parameter disappeared, now afrender and afserver use the same zombie time parameter to consider that connection is lost.