Commit e1840703cd273e7e9e163b40d3572a78d19c9daf
Merge branch 'main_dev' of http://git.yunteng.com/yunteng/thingskit-front into fix/DEFECT-1368
Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -37,8 +37,6 @@ |
37 | 37 | cors: true, |
38 | 38 | hasAudio: false, |
39 | 39 | withCredentials: false, |
40 | - autoCleanupSourceBuffer: true, | |
41 | - autoCleanupMaxBackwardDuration: 60, | |
42 | 40 | }, |
43 | 41 | config: { |
44 | 42 | headers: { |
... | ... | @@ -48,6 +46,7 @@ |
48 | 46 | } |
49 | 47 | : {}), |
50 | 48 | }, |
49 | + autoCleanupSourceBuffer: true, | |
51 | 50 | }, |
52 | 51 | }, |
53 | 52 | }; | ... | ... |