No public description

PiperOrigin-RevId: 561379537
This commit is contained in:
MediaPipe Team 2023-08-30 10:24:35 -07:00 committed by Copybara-Service
parent 6c2638592e
commit 45b0271ded

View File

@ -0,0 +1,10 @@
module.exports = config => {
config.files.push({
pattern: 'mediapipe/tasks/**',
watched: false,
served: true,
nocache: false,
included: false,
});
config.pingTimeout = 400000;
};