set background throttling to false by default (#7319)

This commit is contained in:
Paweł Buchowski 2023-07-20 13:54:19 +02:00 committed by GitHub
parent 251f00ec1c
commit d8d467f62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ export const CONFIG = contentConfig.OPTIONS.merge(
options: {
backgroundThrottling: new contentConfig.Option({
passToWebApplication: true,
value: true,
value: false,
description: 'Throttle animations when run in background.',
}),