You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently ran into an issue where clicking 'Duplicate tab' in the TST context menu would duplicate the tab, but it would appear and then quickly vanish in the TST panel. Closing and restarting the browser would show both the original and duplicate in TST, but every time after duplicating, it needs a restart.
On a clean profile I was able to find the culprit: delayForDuplicatedTabDetection in the Development settings (Delay to detect duplicated tabs). This has been configured as 320 since I can remember, and just now it seemed to stop working. The only value that I've found now where duplicated tabs show up properly is 0, so I've changed it to that.
But what is that setting about? What is it trying to cater for? I couldn't find any direct documentation on this setting, and since it's now working (at least for duplicating individual tabs), I'm ok with that. But what else might reducing this value break?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I recently ran into an issue where clicking 'Duplicate tab' in the TST context menu would duplicate the tab, but it would appear and then quickly vanish in the TST panel. Closing and restarting the browser would show both the original and duplicate in TST, but every time after duplicating, it needs a restart.
On a clean profile I was able to find the culprit:
delayForDuplicatedTabDetectionin the Development settings (Delay to detect duplicated tabs). This has been configured as 320 since I can remember, and just now it seemed to stop working. The only value that I've found now where duplicated tabs show up properly is 0, so I've changed it to that.But what is that setting about? What is it trying to cater for? I couldn't find any direct documentation on this setting, and since it's now working (at least for duplicating individual tabs), I'm ok with that. But what else might reducing this value break?
Beta Was this translation helpful? Give feedback.
All reactions