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

Tectonic makes internet requests on every invocation #1224

Open
ilyapopov opened this issue Oct 1, 2024 · 1 comment
Open

Tectonic makes internet requests on every invocation #1224

ilyapopov opened this issue Oct 1, 2024 · 1 comment

Comments

@ilyapopov
Copy link

After recent commits, tectonic now makes multiple internet requests on every invocation, which has noticeably slowed down its startup time (even on a fast connection).

I am not sure of the nature of these requests (is it checking that the bundle is up to date?)

I would like to have a mode where no requests are made unless there is a missing package to be downloaded.

There is --only-cached but that one disables downloading completely, I understand.

@oec
Copy link

oec commented Oct 19, 2024

I second that observation. In particular, it makes connections to 20.49.104.33:443, which seems to be an MS owned IP-address with no PTR record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants