Wrestling large repos with Gerrit and JGit

Propose a talk about the experience of finding and
fixing bugs in Gerrit and JGit discovered when
optimising for large repositories.

Also amend the Luca Milanesio's bio.

Change-Id: Ie3ad39de63a83f7782cfb69d51210c1a368a1886
diff --git a/schedule.md b/schedule.md
index f7b7811..13869c1 100644
--- a/schedule.md
+++ b/schedule.md
@@ -51,7 +51,7 @@
 |  9:00 | Registration Opens, Breakfast & Networking
 |  9:30 | Welcome introduction
 |  9:45 | [What's new in Gerrit 3.6 and 3.7](sessions/whats-new-gerrit-3.6-3.7.md)
-| 10:30 | __Talk available__
+| 10:30 | [Wrestling large repos with JGit an Gerrit](sessions/wrestling-large-repos.md)
 | 11:15 | __Talk available__
 | 12:00 | Lunch & Networking
 | 14:00 | __Talk available__
diff --git a/sessions/wrestling-large-repos.md b/sessions/wrestling-large-repos.md
new file mode 100644
index 0000000..44f5425
--- /dev/null
+++ b/sessions/wrestling-large-repos.md
@@ -0,0 +1,12 @@
+# Wrestling large repos with JGit an Gerrit
+
+GerritForge has been focusing in 2022 on improving the scalability and performance of Gerrit with large repositories.
+
+Luca presents an overview of the significant findings, some of them surprising and scary at the same time, including:
+- The speed of SHA1 with packed refs
+- Impact of NFS and file/folder stats
+- JGit connectivity checks
+- Negotiations black holes
+... and **more to be revealed** during the talk!
+
+*[Luca Milanesio, GerritForge](../speakers.md#lmilanesio)*
diff --git a/speakers.md b/speakers.md
index 4fae984..7e87523 100644
--- a/speakers.md
+++ b/speakers.md
@@ -6,7 +6,7 @@
 
 Luca is co-founder of GerritForge and has over 30 years of software development
 and application lifecycle management experience.
-He is a Gerrit Contributor for over 10 years, Gerrit Release manager,
+He has been Gerrit Contributor since 2012, Gerrit Release manager,
 member of the Gerrit Engineering Steering Committee and maintainer
 of [GerritHub.io](https://gerrithub.io), the Open Service for Gerrit Code Review
 on top of GitHub repositories.