mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* API: Compute schema once and share among other nodes From #23328 * Compute schema once and share among other nodes * Add compress/decompress * Remove weirdness * Make timeout configurable * Remove compression/decompression This was putting back the issues again. I guess it's because the transformation to async It seems useBus is already doing compression So I believe there's no need for double compression. * Add changeset --------- Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com> * Fix formatting issue --------- Co-authored-by: José Varela <varela@directus.io>