Skip to content

Commit

Permalink
Merge pull request #80 from sy-c/master
Browse files Browse the repository at this point in the history
v2.4.3
  • Loading branch information
sy-c authored Feb 1, 2022
2 parents 9ece517 + 7d6fe04 commit 6016a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/releaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ This file describes the main feature changes for each InfoLogger released versio

## v2.4.2 - 11/01/2022
- Do not count number of messages for large tables (>5M rows) in Archive Select menu. Would otherwise be very long.

## v2.4.3 - 01/02/2022
- infoBrowser configuration: added parameter "queryLimit" to change the maximum number of messages returned by a query. Default is 10000.
1 change: 1 addition & 0 deletions src/infoBrowser.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ if {$configFile!=""} {
serverHost 1 loghost "$default_loghost" \
serverPortTx 1 logport "$default_logport" \
configName 1 configName "$configFile" \
queryLimit 1 maxmess "$maxmess" \
] {
set $varname $defval
if {[catch { set $varname $cfgvals($keyname) }]} {
Expand Down

0 comments on commit 6016a9b

Please sign in to comment.