From 9cd929bf79f3426d0b7fd5954c0c2b6d94c9a45f Mon Sep 17 00:00:00 2001
From: wm4 <wm4@nowhere>
Date: Thu, 20 Aug 2015 22:04:36 +0200
Subject: [PATCH] TOOLS/lua/autoload: add all files on start

Or almost. I don't know or care.

Fixes #2219 (maybe, I don't know or care).
---
 TOOLS/lua/autoload.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TOOLS/lua/autoload.lua b/TOOLS/lua/autoload.lua
index ffe6ddba15..454f7fce9b 100644
--- a/TOOLS/lua/autoload.lua
+++ b/TOOLS/lua/autoload.lua
@@ -4,8 +4,8 @@
 -- alphabetically, and adds entries before and after the current file to
 -- the internal playlist. (It stops if the it would add an already existing
 -- playlist entry at the same position - this makes it "stable".)
--- Add at most 5 * 2 files when starting a file (before + after).
-MAXENTRIES = 5
+-- Add at most 5000 * 2 files when starting a file (before + after).
+MAXENTRIES = 5000
 
 function Set (t)
     local set = {}