diff --git a/FLO_Torrentz.html b/FLO_Torrentz.html
index a9c16ca..765acbb 100644
--- a/FLO_Torrentz.html
+++ b/FLO_Torrentz.html
@@ -611,7 +611,7 @@ function clearSearch(){
//Main configuration for number of boxes in grid. You only have to define minimum width, minimum height and total number of boxes. Positioning will be taken care of by the code
screenAlpha.boxMinimumWidth = 600;
screenAlpha.boxMinimumHeight = 300;
- screenAlpha.totalBoxes = 50;
+ screenAlpha.totalBoxes = 1500;
//Turn them false when layout job is done
screenAlpha.lastUserDivShouldCoverWholeLine = false;