Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mathoid: Move resource declarations into the sys/ module #1150

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

d00rman
Copy link
Contributor

@d00rman d00rman commented Jun 7, 2019

The resource declarations for the images' buckets resided in
v1/mathoid.yaml, all of them creating the images' buckets in the global
domain. Alas, this causes RESTBase to issue check-and-create-bucket
requests for them for each domain it loads. Therefore, to optimise the
start-up process, move them to sys/mathoid.js, which is loaded only for
the global domain.

The resource declarations for the images' buckets resided in
v1/mathoid.yaml, all of them creating the images' buckets in the global
domain. Alas, this causes RESTBase to issue check-and-create-bucket
requests for them for each domain it loads. Therefore, to optimise the
start-up process, move them to sys/mathoid.js, which is loaded only for
the global domain.
@Pchelolo
Copy link
Contributor

Pchelolo commented Jun 7, 2019

Makes sence.

@Pchelolo
Copy link
Contributor

Pchelolo commented Jun 7, 2019

Let's wait for travis

@d00rman d00rman requested a review from Pchelolo June 7, 2019 16:41
@Pchelolo Pchelolo merged commit b796a39 into wikimedia:master Jun 7, 2019
@d00rman d00rman deleted the mathoid/resources branch June 7, 2019 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants