Skip to content

Commit f768eb2

Browse files
committed
Sampling period fix to something appropriate for a GPU
1 parent 3f90a0f commit f768eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

executor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ void executor::ex_main()
454454

455455
for (i = 0; i < pvThreads->size(); i++)
456456
{
457-
fTelem = telem->calc_telemetry_data(2500, i);
457+
fTelem = telem->calc_telemetry_data(10000, i);
458458
if(std::isnormal(fTelem))
459459
{
460460
fHps += fTelem;

0 commit comments

Comments
 (0)