Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you wish to override the default of 60 seconds, you can update your manifest.json to look like this

Code Block
languagejsonjs
// my-gumband-project/gumband-manifest.jsonjs
export const MANIFEST = {
    "manifest": {
        "statuses": [...],
        "controls": [...],
        "settings": [...],
        "metrics": [
            {
                "interactionTimeoutMs": 15000 // a 15 second timeout
            }
        ]
    }
}