You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #488 stored request by account id where introduced, but as far as I understand this doesn't cover the filesystem stored requests implementation. Currently the configuration looks like this
this wouldeffectively appending the accountId to the path. If a request has the accountId example.com
it would turn configs/stored-requests into configs/stored-requests/example.com.
@muuki88 This feature with accountId was introduced, because it was a high chance of collision(mentioned in prebid/prebid-server#1024), but filesystem can not create this problem, because it can not be files with same name in same folder. We can add prefix to files with accountId, but could you please explain, is there a reason why we need this?
In #488 stored request by account id where introduced, but as far as I understand this doesn't cover the
filesystem
stored requests implementation. Currently the configuration looks like thisA simple solution would be something like this
this wouldeffectively appending the
accountId
to the path. If a request has the accountId example.comit would turn
configs/stored-requests
intoconfigs/stored-requests/example.com
.FileApplicationSettings
prebid-server-java/src/main/java/org/prebid/server/settings/FileApplicationSettings.java
Lines 42 to 44 in a44b700
Related
Relates to prebid/prebid-server#1024
The text was updated successfully, but these errors were encountered: