- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
user_configuration
        Robert C. Martin edited this page Jul 30, 2022 
        ·
        15 revisions
      
    {:export-user-profile
  {:export-after-days <int> 
   :last-time-exported <seconds since epoch>
  }
}
- 
export-user-profileThis group of variables controls how often the profile metadata for this user will be sent to the relays.- 
:export-after-daysThe number of days to wait since the last time the profile was sent. Defaults to 7. - 
:last-time-exportedThe time in seconds since the epoch that the profile was last sent.(quot System/currentTimeMillis 1000)Set automatically. Change to 0 if you want your profile sent immediately. 
 -