1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove change that is not required

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-03-28 07:56:49 +03:00
parent 7b0ac796d2
commit 0582b62a11
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -63,7 +63,7 @@ if (ipcMain) {
*/
dirname: app.getPath("logs"),
maxsize: 16 * 1024,
maxFiles: 1,
maxFiles: 16,
tailable: true,
}),
);