Skip to content

Commit ec3abd2

Browse files
author
Till Brehm
committed
Increase API session timeout to 30 minutes.
1 parent 826789a commit ec3abd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/remoting.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class remoting {
3838

3939
//* remote session timeout in seconds
40-
private $session_timeout = 600;
40+
private $session_timeout = 1800;
4141

4242
public $oldDataRecord;
4343
public $dataRecord;

0 commit comments

Comments
 (0)