Skip to content

Commit

Permalink
Lower timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored Jan 20, 2024
1 parent ff292df commit cbcf154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/chat/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ async def _schedule_placeholder(
if duration > self.placeholder_threshold:
self.append(self._placeholder)
return
await asyncio.sleep(0.28)
await asyncio.sleep(0.1)

async def _handle_callback(self, message, loop):
callback_args = self._gather_callback_args(message)
Expand Down

0 comments on commit cbcf154

Please sign in to comment.