tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.18k stars 209 forks source link

feat: allows users to specify cache as percentage of memory(#2035) #2302

Open sirish123 opened 2 days ago

sirish123 commented 2 days ago

Summary:
httpCache Parameter has been changed to accommodate the cache as a percentage of memory httpCache:{ enable: bool, size: u64 }

Issue Reference(s):
Fixes #2035

Build & Testing:

Checklist:

sirish123 commented 2 days ago

@tusharmath docs updated at https://github.com/tailcallhq/tailcallhq.github.io/pull/295 and conflicts resolved.