Use tweet detail a larger amount again

This commit is contained in:
dangered wolf 2023-11-10 20:19:40 -05:00
parent 83257b4870
commit f339eb7f07
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -24,7 +24,7 @@ const Experiments: { [key in Experiment]: ExperimentConfig } = {
[Experiment.TWEET_DETAIL_API]: {
name: 'Tweet detail API',
description: 'Use Tweet Detail API (where available with elongator)',
percentage: 0.5
percentage: 0.65
}
};