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

fix: generate Context inside a thread #10734

Merged
merged 2 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. generate Context inside a thread

    fix #9882
    
    this is a workaround for #9882 due to windows having a small
    stack size for the main thread (1MiB) versus other platforms which
    have 8MiB. the true fix would be to lower the generated code
    stack size, but with lots a plugins, there are lots of ACL
    configurations.
    chippers committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0b6658c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. add change file [skip ci]

    lucasfernog committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6b1db4d View commit details
    Browse the repository at this point in the history