mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
probably more reasonable
This commit is contained in:
parent
e6793c1fdb
commit
58e3acd0c7
@ -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 New Issue
Block a user