mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
probably more reasonable
This commit is contained in:
parent
e6793c1fdb
commit
58e3acd0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue