Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Remote Config Timeout Issue

Discussion in 'Unity Remote Config' started by MousePods, Jan 30, 2023.

  1. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    701
    Hi,

    I want to reduce the remote config timeout to much lower. It takes way too long to timeout and I just want to grab the cached version. Is there a way to do this?

    Curl error 28: Operation timed out after 10000 milliseconds with 0 bytes received

    Thanks!
     
  2. SebT_Unity

    SebT_Unity

    Unity Technologies

    Joined:
    Jun 21, 2021
    Posts:
    248
    Hi MousePods,

    Thanks for writing on the forums.
    Unfortunately at current moment there is no way to modify the timeout for RC with an easy property.

    However I have added your feature request to our internal boards.

    Additionally if you are up for exploring alternatives you can maybe write a wrapper on the Unity Web Request and force the timeout you wish? More information on the webrequest here.

    Hope this helps, all the best
    Seb
     
  3. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    701
    Thanks for the response!

    I wouldn't know how to use the Web Request to do this but that is okay. I will just not worry about it since its not that big of a deal for me. Good to know its on the radar though!

    Thanks!