From 42256c156958c7478569fb98e7e86641340d6927 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 3 Mar 2015 18:39:36 -0500 Subject: [PATCH] Updated The network request logger (markdown) --- The-network-request-logger.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/The-network-request-logger.md b/The-network-request-logger.md index f40f67a..d8a4f8c 100644 --- a/The-network-request-logger.md +++ b/The-network-request-logger.md @@ -65,4 +65,8 @@ The filter expression can be a plain regular expression: ![Figure 5](https://raw.githubusercontent.com/gorhill/uBlock/master/doc/img/rlogger-05.png) -This is the maximum number of entries allowed in the request logger. When the maxium is reached, the oldest entries at the bottom will be removed to make place to newest entries at the top. \ No newline at end of file +This is the maximum number of entries allowed in the request logger. When the maxium is reached, the oldest entries at the bottom will be removed to make place to newest entries at the top. + +This is useful to be sure the request logger does not unduly consume a huge amount of memory if left open for long period of time. Usually, the most recent entries are the ones of interest. When this value is not set, there is a built-in limit of 25,000 entries. + +One could leave the logger opened for long period of time with the _"Benhind the scene"_ selected to find out what the browser and other installed extensions are doing behind the scene. \ No newline at end of file