brbzull0 commented on PR #9477:
URL: https://github.com/apache/trafficserver/pull/9477#issuecomment-1450463004

   > > is ts.quic.no_activity_timeout_in the right field to be used for the 
max_idle_timeout set by quiche_config_set_max_idle_timeout?
   > 
   > Yes, it is. I'm wondering if the setting should take milliseconds. It's 
millisecond on the spec but we use seconds for most of ATS settings. 
`proxy.config.http.accept_no_activity_timeout` for example.
   
   I think we can do something for this, and instead of be tight to a 
particular unit we can actually support multipliers like we do for 
[other](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html#values)
 units like M,K,G 
   
   so eventually we can say:
   
   ```yaml
   ts:
     quic:
       no_activity_timeout_in: 1s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to