RESOLVED FIXED 240090
[bugs.webkit.org] Replace svn.webkit.org in committers autocomplete
https://bugs.webkit.org/show_bug.cgi?id=240090
Summary [bugs.webkit.org] Replace svn.webkit.org in committers autocomplete
Jonathan Bedard
Reported 2022-05-04 15:44:19 PDT
We should replace svn.webkit.org in our committers autocomplete with GitHub.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-05-04 15:44:44 PDT
Jonathan Bedard
Comment 2 2022-05-04 15:46:55 PDT
Alexey Proskuryakov
Comment 3 2022-05-05 08:10:09 PDT
Is there any difference in cache expiration? We want it to be cached I think, but also want to revalidate somewhat frequently to pick up updates.
Jonathan Bedard
Comment 4 2022-05-05 08:45:22 PDT
(In reply to Alexey Proskuryakov from comment #3) > Is there any difference in cache expiration? We want it to be cached I > think, but also want to revalidate somewhat frequently to pick up updates. There is a difference. svn.webkit.org serves `Cache-Control: max-age=604800`, which is 7 days. This morning, GitHub is serving `expires: Thu, 05 May 2022 15:22:02 GMT`, which is basically 5 minutes. 5 minutes is shorter than I'd want, but I'm not sure I feel strongly enough to make code or services more complicated to fix that.
Alexey Proskuryakov
Comment 5 2022-05-05 09:35:13 PDT
That's probably better than 7 days.
Jonathan Bedard
Comment 6 2022-05-05 11:30:52 PDT
(In reply to Alexey Proskuryakov from comment #5) > That's probably better than 7 days. I feel like ideally it would be a few hours, but I think we can live with 5 minutes.
EWS
Comment 7 2022-05-05 11:32:46 PDT
Committed r293849 (250319@main): <https://commits.webkit.org/250319@main> Reviewed commits have been landed. Closing PR #508 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.