Skip to content

Commit 89b4571

Browse files
committed
Changed default filter graph thread count from 4 to 8
1 parent f6aab68 commit 89b4571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ngscopeclient/Session.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* *
33
* ngscopeclient *
44
* *
5-
* Copyright (c) 2012-2025 Andrew D. Zonenberg and contributors *
5+
* Copyright (c) 2012-2026 Andrew D. Zonenberg and contributors *
66
* All rights reserved. *
77
* *
88
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the *
@@ -87,7 +87,7 @@ Session::Session(MainWindow* wnd)
8787
, m_tPrimaryTrigger(0)
8888
, m_triggerArmed(false)
8989
, m_triggerOneShot(false)
90-
, m_graphExecutor(4)
90+
, m_graphExecutor(8)
9191
, m_lastFilterGraphExecTime(0)
9292
, m_history(*this)
9393
, m_multiScope(false)

0 commit comments

Comments
 (0)