More people DisconnectByClientTimeout

Options
Too much of this error is turning.
My users need to react within 60 seconds.
I can not send or receive too much data I'm just sending a card name
Photon constantly gives this error.
There is a connection when I check the internet via unity

I tried these methods was not a solution
PhotonNetwork.QuickResends = 3;
PhotonNetwork.MaxResendsBeforeDisconnect = 10;
PhotonNetwork.networkingPeer.SentCountAllowance = 10;
PhotonNetwork.networkingPeer.DisconnectTimeout = 14000;


-----------
Error sequence
DisconnectCause=>Application.internetReachability=>PhotonNetwork.ResentReliableCommands=>PhotonNetwork.networkingPeer.MaximumTransferUnit

Sample error messages
DisconnectByClientTimeout=N.Reachable;Commands=39MTU=1200
DisconnectByServerTimeout=N.Reachable;Commands=55MTU=1200
DisconnectByClientTimeout=>NetworkReachability.Reachable;Command=85MTU=>1200
,DisconnectByClientTimeout=>NetworkReachability.Reachable;Command=72MTU=>1200
DisconnectByClientTimeout=>NetworkReachability.Reachable;Command=45MTU=>1200
DisconnectByClientTimeout=>NetworkReachability.Reachable;Command=11MTU=>1200
There are a lot of errors like this
-------------------