Rustelo/features/smart-build/templates/smart-build.config.toml
Jesús Pérez 0d0297423e
Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
chore: fix with CI and pre-commit
2026-02-08 20:37:49 +00:00

17 lines
319 B
TOML

[smart-build]
enabled = true
cache_dir = ".cache/smart-build"
parallel_jobs = "auto"
max_cache_size = "1GB"
[smart-build.caching]
l1_cache_size = 100
l2_cache_size = 500
l3_cache_size = 1000
ttl_seconds = 3600
[smart-build.optimization]
incremental_builds = true
smart_recompilation = true
dependency_tracking = true