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

use per-instance temp-files for curpage, history and links #36

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

rnwgnr
Copy link
Contributor

@rnwgnr rnwgnr commented Jul 31, 2023

When using multiple astro instances at onc, they will interfere with each other due to using the same temp files.

We avoid this by creating individual temp files per instance via 'mktemp'

When using multiple astro instances at once, they will
interfere with each other due to using the same temp files.

We avoid this by creating individual temp files per
instance via 'mktemp'
@blmayer
Copy link
Owner

blmayer commented Jul 31, 2023

Hello again. That's a cool feature. Thanks for working on this.

@blmayer blmayer merged commit 88d76da into blmayer:main Jul 31, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants