Skip to content

Commit

Permalink
[17.0][IMP] auth_session_timeout: user websocket instead of longpolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Loregs2 committed May 14, 2024
1 parent 495241a commit 7238daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_session_timeout/data/ir_config_parameter_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</record>
<record id="inactive_session_time_out_ignored_url" model="ir.config_parameter">
<field name="key">inactive_session_time_out_ignored_url</field>
<field name="value">/calendar/notify,/longpolling/poll</field>
<field name="value">/calendar/notify,/websocket</field>
</record>
</odoo>

0 comments on commit 7238daa

Please sign in to comment.