File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7878 NODE_OPTIONS : --openssl-legacy-provider
7979 CHANGERAWR_API_KEY : ${{ secrets.CHANGERAWR_API_KEY }}
8080 CHANGERAWR_API_URL : ${{ secrets.CHANGERAWR_API_URL }}
81+ YARN_PRODUCTION : ' false'
8182
8283jobs :
8384 check-skip :
Original file line number Diff line number Diff line change @@ -1491,9 +1491,7 @@ class BluetoothAudioService {
14911491 void this . pollReadCharacteristics ( deviceId ) . finally ( ( ) => {
14921492 this . isReadPollingInFlight = false ;
14931493 } ) ;
1494- // 1500ms interval: reduced from 700ms to lower BLE log spam and CPU overhead
1495- // while still providing sub-2-second PTT button responsiveness
1496- } , 1500 ) ;
1494+ } , 700 ) ;
14971495 }
14981496
14991497 private async pollReadCharacteristics ( deviceId : string ) : Promise < void > {
You can’t perform that action at this time.
0 commit comments