https://www.growthbook.io/ logo
#ask-questions
Title
# ask-questions
s

swift-rocket-4270

09/26/2023, 5:37 PM
Hi everyone, I'm interested in setting a window period of the metrics shorter than 1 hour (specifically around 50 seconds). Does anyone have any suggestions on how to address this issue? Thanks
h

happy-autumn-40938

09/26/2023, 5:50 PM
You can enter fractional amounts, so like 0.83
s

swift-rocket-4270

09/27/2023, 12:36 AM
Thank you!. It must be greater than 0.125 right?, If I prefer it to be shorter, are there any ways to achieve that?
h

happy-autumn-40938

09/27/2023, 7:57 PM
That's right, 0.125 is a hard limit at our SQL query level so it's non-trivial to alleviate further. You could try tracking your own separate events in code using timing deltas between events for the user's session if you need something more fine grained.
3 Views