Skip to content

Commit dc30947

Browse files
committed
Don't refresh commit cache in handle_push
1 parent 490527c commit dc30947

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/src/server.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ impl Server {
277277
// Refresh the landing page
278278
ctxt.landing_page.store(Arc::new(None));
279279

280-
let _ = ctxt.get_master_commits();
281-
282280
// Spawn off a task to post the results of any commit results that we
283281
// are now aware of.
284282
tokio::spawn(async move {

0 commit comments

Comments
 (0)