Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / includes / lunaix / sched.h
index a0778a39faf7d53f848ff05eb8caf61b21bd23f5..b20a33a709699012553ade72dcda317065ca467c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_SCHEDULER_H
 #define __LUNAIX_SCHEDULER_H
 
-#define SCHED_TIME_SLICE 1000
+#define SCHED_TIME_SLICE 300
 
 struct scheduler {
     struct proc_info* _procs;