chore: make sendTimelineEventTimeout configurable
This commit is contained in:
parent
e8ee58d6d9
commit
c90fdc3e75
2 changed files with 5 additions and 1 deletions
|
|
@ -143,6 +143,9 @@ abstract class ClientManager {
|
|||
onSoftLogout: enableSoftLogout
|
||||
? (client) => client.refreshAccessToken()
|
||||
: null,
|
||||
sendTimelineEventTimeout: Duration(
|
||||
seconds: AppSettings.sendTimelineEventTimeout.value,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue