summaryrefslogtreecommitdiff
path: root/src/include/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/defines.h')
-rw-r--r--src/include/defines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/defines.h b/src/include/defines.h
index 2100c07..884ab46 100644
--- a/src/include/defines.h
+++ b/src/include/defines.h
@@ -31,8 +31,8 @@ typedef uint64 ptrsize; // is there a compiler variable for 32 vs 64 bit like
#define MAX_LAYERS 2048
#define MAX_EFFECTS 32
#define MAX_SOURCES 1024
-#define MAX_HISTORY_ENTRIES 1024
-#define MAX_HISTORY_ACTIONS 4096
+#define MAX_HISTORY_ENTRIES 2048
+#define MAX_HISTORY_ACTIONS 8192
#define MAX_COMPS 1024
#define MAX_PRECOMP_RECURSIONS 4
#define MAX_MASKS 8