mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Changed Rx and Tx behaviors to ServiceAllRx and ServiceAllTx from ServiceAll to reduce unnecessary
queue checks
This commit is contained in:
parent
1608ed6475
commit
691f000fe1
@ -422,8 +422,8 @@ class Rx(ioflo.base.deeding.Deed):
|
||||
'''
|
||||
Process inboud queues
|
||||
'''
|
||||
self.udp_stack.value.serviceAll()
|
||||
self.uxd_stack.value.serviceAll()
|
||||
self.udp_stack.value.serviceAllRx()
|
||||
self.uxd_stack.value.serviceAllRx()
|
||||
|
||||
class Tx(ioflo.base.deeding.Deed):
|
||||
'''
|
||||
@ -444,8 +444,8 @@ class Tx(ioflo.base.deeding.Deed):
|
||||
'''
|
||||
Process inbound queues
|
||||
'''
|
||||
self.uxd_stack.value.serviceAll()
|
||||
self.udp_stack.value.serviceAll()
|
||||
self.uxd_stack.value.serviceAllTx()
|
||||
self.udp_stack.value.serviceAllTx()
|
||||
|
||||
|
||||
class Router(ioflo.base.deeding.Deed):
|
||||
|
Loading…
Reference in New Issue
Block a user