Skip to content

Commit

Permalink
[IMP] adapt to use websocket instead of longpolling
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Sep 23, 2023
1 parent 26d6505 commit 9b05a87
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,/bus/im_status</field>
</record>
</odoo>

0 comments on commit 9b05a87

Please sign in to comment.