From a7e0ae4fe3b7a708b4b4fac0e58607fee4c676cb Mon Sep 17 00:00:00 2001
From: Youngsu Kim <youngsu.kim@csusb.edu>
Date: Wed, 18 Jan 2023 18:36:18 -0800
Subject: [PATCH] Update increase max core from 64 to 128

---
 extraFiles/my_spawner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extraFiles/my_spawner.html b/extraFiles/my_spawner.html
index 8e083a4..905cf2b 100644
--- a/extraFiles/my_spawner.html
+++ b/extraFiles/my_spawner.html
@@ -41,9 +41,9 @@ output {
     <p> &nbsp </p>
     
     <p>
-    <label for="cores">Cores </label> max 64
+    <label for="cores">Cores </label> max 128
     <br/>
-    <input type="range" name="cores" value="4" min="4" max="64" step="4" oninput="this.nextElementSibling.value = this.value"/>
+    <input type="range" name="cores" value="4" min="4" max="128" step="4" oninput="this.nextElementSibling.value = this.value"/>
     <output> default 4 </output>
     </p>
     
-- 
GitLab