Selaa lähdekoodia

Update config.h

blueloveTH 1 vuosi sitten
vanhempi
commit
854f0d9b35
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      include/pocketpy/config.h

+ 1 - 1
include/pocketpy/config.h

@@ -23,7 +23,7 @@
     #if PK_LOW_MEMORY_MODE
         #define PK_GC_MIN_THRESHOLD     2048
     #else
-        #define PK_GC_MIN_THRESHOLD     16384
+        #define PK_GC_MIN_THRESHOLD     32768
     #endif
 #endif