diff --git a/src/config.js b/src/config.js index 765608b3f9..b3d64795e2 100644 --- a/src/config.js +++ b/src/config.js @@ -41,8 +41,8 @@ const shuffleLayerConfigurations = false; const debugLogs = true; const format = { - width: 3000, - height: 3000, + width: 512, + height: 512, smoothing: false, };