Commit 38400fd
authored
Network find speedup (#747)
* Skip getting device's status if not necessay
This fix adds an additional flag that speeds up the network find
avoiding to always getting data from sqpoller to detect devices'
status.
Signed-off-by: Claudio Usai <[email protected]>
* Update tests, handle corner case for internal flag in device get
Signed-off-by: Claudio Usai <[email protected]>
* Update with suggestions
Signed-off-by: Claudio Usai <[email protected]>
* Update tests
Signed-off-by: Claudio Usai <[email protected]>1 parent 765d0cb commit 38400fd
File tree
4 files changed
+16
-7
lines changed- suzieq
- engines/pandas
- sqobjects
- tests/integration
4 files changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
| 548 | + | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
576 | 579 | | |
577 | 580 | | |
578 | 581 | | |
| |||
692 | 695 | | |
693 | 696 | | |
694 | 697 | | |
| 698 | + | |
| 699 | + | |
695 | 700 | | |
696 | 701 | | |
697 | 702 | | |
| |||
0 commit comments