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
This demo showcases an effective way to manage website traffic during high-volume periods. When the site is at full capacity, visitors are temporarily placed in a waiting room, ensuring a smooth user experience.
106
+
This demo showcases an effective way to manage website traffic during high-volume periods.
107
+
When the site is at full capacity, visitors are temporarily placed in a waiting room, ensuring a smooth user experience.
108
+
</p>
109
+
<p>
110
+
This is configured for a maximum of ${maxUsers} active sessions, with each session lasting ${sessionDuration} seconds.
111
+
</p>
112
+
<p>
113
+
Experience this firsthand by opening <a href="${domain}/example/upstash-database">this link</a> in multiple incognito/private browser sessions.
114
+
Once the site is at full capacity (2 active sessions), you will be placed in a waiting room until a spot opens up.
107
115
</p>
108
-
<p>Experience this firsthand by opening <a href="/example/upstash-database">this link</a> in multiple browser sessions. Once the site is at full capacity (2 active sessions), you will be placed in a waiting room until a spot opens up.</p>
109
116
<p>Optionally, issue the <pre>curl</pre> command below to make multiple requests:</p>
0 commit comments