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

Disable expensive checks in OSS #42306

Closed
wants to merge 1 commit into from

Commits on Jan 16, 2024

  1. Disable expensive checks in OSS (facebook#42306)

    Summary:
    
    Internally, we have some computationally expensive checks in Debug mode when running Fabric.
    However, these are not very useful in OSS and they were the cause of some issues which generated noise.
    With this change, we are enabling those checks only in the Meta specific builds and making sure that the OSS won't incur in that cost.
    
    ## Changelog
    [Internal] - Disable expensive Fabric checks when running Fabric in OSS
    
    Reviewed By: cortinico, sammy-SC
    
    Differential Revision: D52543696
    cipolleschi authored and facebook-github-bot committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7577091 View commit details
    Browse the repository at this point in the history