Comment 1 for bug 1521146

Revision history for this message
Yang Hongyang (hongyang-yang) wrote :

Currently 'bay_create_timeout' is only useful on bay creation, and its value is not stored in database, so when we doing bay-show, it always 0, I think there're two ways to fix this:
1. store 'bay_create_timeout' value in database
2. do not show 'bay_create_timeout' when doing bay-show

I don't know if its worth to add 'bay_create_timeout' coloumn to database because this only
matters when doing bay creation.