Skip to content

Fix the lag

ipkpjersi requested to merge ipkpjersi/core:fix-the-lag into develop

Remove unnecessary synchronization for methods that do not get called concurrently. In general, you should not synchronize on any variable that has a primitive counterpart.

Merge request reports

Loading