mirror of
https://github.com/bec-project/bec.git
synced 2026-06-01 07:48:30 +02:00
fix(device-server): Increase expire time for device request status from 60s to 3600s
This commit is contained in:
@@ -793,7 +793,7 @@ class DeviceServer(BECService):
|
||||
MessageEndpoints.device_req_status(request_id),
|
||||
{"data": dev_msg},
|
||||
pipe=pipe,
|
||||
expire=60,
|
||||
expire=3600,
|
||||
)
|
||||
pipe.execute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user