1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

probably more reasonable

This commit is contained in:
gorhill 2015-01-09 14:34:50 -05:00
parent e6793c1fdb
commit 58e3acd0c7

View File

@ -87,7 +87,7 @@ LogEntry.prototype.dispose = function() {
var LogBuffer = function() {
this.lastReadTime = 0;
this.size = 25;
this.size = 50;
this.buffer = null;
this.readPtr = 0;
this.writePtr = 0;