Skip to content

Commit

Permalink
reduce required size for db session key field
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Jul 13, 2018
1 parent 83fbcad commit fdf43c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hm3.sample.ini
Expand Up @@ -417,7 +417,7 @@ db_driver=mysql
; CREATE TABLE hm_user_session (hm_id varchar(250) primary key not null, data text, date timestamp);
;
; Mysql or sqlite:
; CREATE TABLE hm_user_session (hm_id varchar(250), data longblob, date timestamp, primary key (hm_id));
; CREATE TABLE hm_user_session (hm_id varchar(180), data longblob, date timestamp, primary key (hm_id));


; DB Authentication
Expand Down

0 comments on commit fdf43c6

Please sign in to comment.