From 1cada179b3993caa64e4160c773193bdef191979 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 16 May 2014 17:32:15 +0100 Subject: Set a more sensible upper cache size limit. --- amiga/gui_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/gui_options.c b/amiga/gui_options.c index cef227816..f3720425a 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -1159,7 +1159,7 @@ void ami_gui_opts_open(void) GA_RelVerify, TRUE, INTEGER_Number, nsoption_int(disc_cache_size) / 1048576, INTEGER_Minimum, 0, - INTEGER_Maximum, 366, + INTEGER_Maximum, 4096, INTEGER_Arrows, TRUE, IntegerEnd, CHILD_WeightedWidth, 0, -- cgit v1.2.3