Use TS mode for Kotlin
Some checks failed
/ Test config on 20 (push) Failing after 49s

This commit is contained in:
Maciej 2024-11-24 15:30:05 +02:00
parent 34a2741886
commit d1ee6a12ed
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
7 changed files with 203 additions and 195 deletions

View file

@ -54,6 +54,7 @@
(setopt gcmh-verbose nil) ;; Do not log GC messages
(setopt gcmh-idle-delay 'auto) ;; Compute GC delay based on gcmh-auto-idle-delay-factor
(setopt gcmh-auto-idle-delay-factor 10) ;; Original value was 10
(setopt gcmh-high-cons-threshold (* 128 1024 1024))
(gcmh-mode t))
;; #====================== Backup config #==============================