Lower feedfeedback seen threshold to 0.5s (#6127)
This commit is contained in:
@@ -72,7 +72,7 @@ export function useFeedFeedback(feed: FeedDescriptor, hasSession: boolean) {
|
||||
|
||||
const sendToFeed = React.useMemo(
|
||||
() =>
|
||||
throttle(sendToFeedNoDelay, 15e3, {
|
||||
throttle(sendToFeedNoDelay, 10e3, {
|
||||
leading: false,
|
||||
trailing: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user