Skip to content

Commit

Permalink
refactor(service-providers): recording max idle time to 5 min (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Apr 22, 2024
1 parent d70434f commit 45744f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-providers/agora-cloud-recording/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const SMALL_CLASS_RECORDING_CONFIG: RecordingConfig = {
],
backgroundConfig: [],
},
maxIdleTime: 60,
maxIdleTime: 5 * 60,
subscribeUidGroup: 3,
};

Expand Down

0 comments on commit 45744f5

Please sign in to comment.