Improve performance

This commit is contained in:
Andras Schmelczer 2022-09-28 20:59:54 +02:00
parent 98ec261797
commit 5f876b5d19
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
2 changed files with 4 additions and 4 deletions

View file

@ -11,8 +11,8 @@ export class Main extends PageElement {
private static readonly zMax = 40;
private static readonly minHeight = 360;
private static readonly maxHeight = 740;
private static readonly minBlobCount = 30;
private static readonly blobCountScaler = 0.05;
private static readonly minBlobCount = 20;
private static readonly blobCountScaler = 0.035;
private static readonly stableSeed = 42551;
private readonly topOffsetElementCount = 1;