Skip to content

Commit 0d7213c

Browse files
committed
copyAll performance optimization
1 parent 12c2792 commit 0d7213c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioCopy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class StreamCopyT {
181181
}
182182

183183
/// copies all data - returns true if we copied anything
184-
size_t copyAll(int retryCount=2, int retryWaitMs=2000){
184+
size_t copyAll(int retryCount=5, int retryWaitMs=200){
185185
LOGD(LOG_METHOD);
186186
size_t result = 0;
187187
int retry = 0;

0 commit comments

Comments
 (0)