• Furkan Ayhan's avatar
    Add reactive-cache to pipeline config variables · 7a1b3d9f
    Furkan Ayhan authored
    Calculating config variables is a heavy operation, and we don't want
    to run a long synchronous operation for every request. So with this,
    we only call the operation synchronously once, then it will read from
    the cache until the expiration.
    7a1b3d9f
constants.js 119 Bytes