Can't restore a backup

Hi!
I’m trying to restore a backup with a very large repository (100GB), using this command:
gitlab-backup restore BACKUP=1594512692_2020_07_12_13.0.6

and I get an error:

E0716 17:11:22.016470986 89168 chttp2_transport.cc:1183] Received a GOAWAY with error code ENHANCE_YOUR_CALM and debug data equal to "too_many_pings"

Everything except this repository recovered fine.
How do I restore a backup?

Hi,

the error message is what I have thrown into Google, it points to gRPC which is used by Gitaly.

Maybe the repository is too big, and you have set a certain limit in your instance? Similar to what is described at Gitlab:import:repos fails with error code ENHANCE_YOUR_CALM - #2 by TimoKunze

Cheers,
Michael