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

speed up domain loading #12987

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Jan 8, 2024

  1. speed up domain loading

    Domain loading is extremely slow for large bots - about 5 Mins for a 3.3 MBytes domain (including responses), and that is due to multiple times loading and parsing the same file.
    This commit addresses that, be removing the validation if loading from a model tar.gz and loading the file(s) only once if reading from a directory.
    raoulvm committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    05d627a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix return type

    raoulvm committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a363478 View commit details
    Browse the repository at this point in the history