ampproject / ampproject/amphtml
data-poll-interval is not respected for amp-live-list and polling always happens at 15 seconds
Open
Stale
Type: Bug
WG: components
- Dominant language
- JavaScript
- Stars
- 14.9k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
Trying to add data-poll-interval value as '45000' as I want my server to be polled at every 45 seconds. But it is not working and my server is always polled at every 15 seconds.
Here is the code that I am using:
```
You have updates
The time is:
```
Contributor guide
Research direction
Start at the amp-live-list component entry point and reproduce the supplied markup with data-poll-interval="45000". Done means polling occurs every 45 seconds rather than the observed 15 seconds, with coverage for this behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100