update TOTAL_SCONS_NODES

from fe7d3429ab
This commit is contained in:
Shane Smiskol 2024-06-06 16:24:09 -07:00
parent 83209e0860
commit 280a284b76
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from openpilot.system.version import get_build_metadata
MAX_CACHE_SIZE = 4e9 if "CI" in os.environ else 2e9
CACHE_DIR = Path("/data/scons_cache" if AGNOS else "/tmp/scons_cache")
TOTAL_SCONS_NODES = 2410
TOTAL_SCONS_NODES = 2820
MAX_BUILD_PROGRESS = 100
def build(spinner: Spinner, dirty: bool = False, minimal: bool = False) -> None: