Skip to content

Commit

Permalink
Raise remote input timeout to 300 seconds
Browse files Browse the repository at this point in the history
The first input event on reconnection is currently being lost, this
should make reconnections much less frequent. See GSConnect#1836.
  • Loading branch information
ferdnyc committed Jul 20, 2024
1 parent 5201785 commit fe0bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/components/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import GObject from 'gi://GObject';
import AtspiController from './atspi.js';


const SESSION_TIMEOUT = 15;
const SESSION_TIMEOUT = 300;


const RemoteSession = GObject.registerClass({
Expand Down

0 comments on commit fe0bff0

Please sign in to comment.