Level 104
Try using seconds only
$table->poll('290s')->deferLoading()
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
My table refreshes every 2 seconds even when we set as per documentation.
$table->poll('4m50s')->deferLoading()
I'm afraid that this will impact server load.
Any clue will be helpful.
Try using seconds only
$table->poll('290s')->deferLoading()
Please or to participate in this conversation.